Skip to content

Commit

Permalink
feat: bump Alpine version in PHP 8.2 & PHP 8.3 images (#38)
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaLicense committed Jul 11, 2024
1 parent 4402e0b commit c178d2a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion php/8.2/cli/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM php:8.2-cli-alpine3.19
FROM php:8.2-cli-alpine3.20

# Copy the PHP production configuration.
RUN cp "${PHP_INI_DIR}/php.ini-production" "${PHP_INI_DIR}/php.ini" \
Expand Down
2 changes: 1 addition & 1 deletion php/8.2/fpm-nginx/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM php:8.2-fpm-alpine3.19
FROM php:8.2-fpm-alpine3.20

# Add supervisord.
RUN apk add --no-cache supervisor~=4
Expand Down
2 changes: 1 addition & 1 deletion php/8.3/cli/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM php:8.3-cli-alpine3.19
FROM php:8.3-cli-alpine3.20

# Copy the PHP production configuration.
RUN cp "${PHP_INI_DIR}/php.ini-production" "${PHP_INI_DIR}/php.ini" \
Expand Down
2 changes: 1 addition & 1 deletion php/8.3/fpm-nginx/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM php:8.3-fpm-alpine3.19
FROM php:8.3-fpm-alpine3.20

# Add supervisord.
RUN apk add --no-cache supervisor~=4
Expand Down

0 comments on commit c178d2a

Please sign in to comment.