Skip to content

Commit 723ffaf

Browse files
author
Hans Höchtl
committed
official 7.2 from stretch to buster
1 parent 1835268 commit 723ffaf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docker/php-official/7.2/Dockerfile.jinja2

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{{ baselayout.dockerStage() }}
22

3-
{{ docker.fromOfficial("php", "7.2-fpm-stretch") }}
3+
{{ docker.fromOfficial("php", "7.2-fpm-buster") }}
44

55
{{ docker.version() }}
66

@@ -14,7 +14,7 @@
1414
{{ docker.copy('conf/', '/opt/docker/') }}
1515

1616
RUN set -x \
17-
{{ bootstrap.debian('stretch') }}
17+
{{ bootstrap.debian('buster') }}
1818

1919
RUN set -x \
2020
{{ base.debian() }} \

0 commit comments

Comments
 (0)