Skip to content

Commit

Permalink
upgrade to Alpine Linux 3.16 for PHP 8 images
Browse files Browse the repository at this point in the history
  • Loading branch information
deminy committed Mar 6, 2023
1 parent d7c5e09 commit f03a0ad
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion dockerfiles/4.8.13/php8.0/alpine/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM php:8.0.28-cli-alpine3.15
FROM php:8.0.28-cli-alpine3.16

RUN \
set -ex && \
Expand Down
2 changes: 1 addition & 1 deletion dockerfiles/4.8.13/php8.1/alpine/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM php:8.1.16-cli-alpine3.15
FROM php:8.1.16-cli-alpine3.16

RUN \
set -ex && \
Expand Down
4 changes: 2 additions & 2 deletions src/Dockerfile.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ class Dockerfile
'7.2' => '3.12',
'7.3' => '3.13',
'7.4' => '3.15',
'8.0' => '3.15',
'8.1' => '3.15',
'8.0' => '3.16',
'8.1' => '3.16',
'8.2' => '3.16',
];

Expand Down

0 comments on commit f03a0ad

Please sign in to comment.