Skip to content

Commit

Permalink
Merge remote-tracking branch 'github/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
Kipjr committed Feb 10, 2024
2 parents 6aa87c5 + b99a591 commit 170a6ee
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker/php-nginx-dev/8.3-alpine/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# -- automatically generated --
#+++++++++++++++++++++++++++++++++++++++

FROM webdevops/php-nginx:8.2-alpine
FROM webdevops/php-nginx:8.3-alpine

ENV WEB_DOCUMENT_ROOT=/app \
WEB_DOCUMENT_INDEX=index.php \
Expand Down
2 changes: 1 addition & 1 deletion docker/php-nginx-dev/8.3-alpine/Dockerfile.jinja2
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{{ docker.from("php-nginx", "8.2-alpine") }}
{{ docker.from("php-nginx", "8.3-alpine") }}

{{ environment.web() }}
{{ environment.webPhp() }}
Expand Down
1 change: 1 addition & 0 deletions template/Dockerfile/images/php.jinja2
Original file line number Diff line number Diff line change
Expand Up @@ -270,6 +270,7 @@
bz2 \
calendar \
exif \
ftp \
gmp \
{%- if version == '7.4' or version == '8.0' or version == '8.1' or version == '8.2' or version == '8.3' %}
ffi \
Expand Down

0 comments on commit 170a6ee

Please sign in to comment.