Skip to content

Commit 4f8fc7e

Browse files
author
Hans Tuscher
committed
fix php8.3-alpine
1 parent c3e1e18 commit 4f8fc7e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docker/php-nginx-dev/8.3-alpine/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# -- automatically generated --
44
#+++++++++++++++++++++++++++++++++++++++
55

6-
FROM webdevops/php-nginx:8.2-alpine
6+
FROM webdevops/php-nginx:8.3-alpine
77

88
ENV WEB_DOCUMENT_ROOT=/app \
99
WEB_DOCUMENT_INDEX=index.php \

docker/php-nginx-dev/8.3-alpine/Dockerfile.jinja2

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
{{ docker.from("php-nginx", "8.2-alpine") }}
1+
{{ docker.from("php-nginx", "8.3-alpine") }}
22

33
{{ environment.web() }}
44
{{ environment.webPhp() }}

0 commit comments

Comments
 (0)