Skip to content

Commit

Permalink
Merge pull request #177 from edgarrmondragon/bump-php
Browse files Browse the repository at this point in the history
Bump PHP to 8.1 in 6.x images
  • Loading branch information
martialblog authored Nov 15, 2023
2 parents cbc70e8 + cf6a81b commit 98db5c6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion 6.0/apache/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM docker.io/php:8.0-apache
FROM docker.io/php:8.1-apache
LABEL maintainer="[email protected]"

# Install OS dependencies
Expand Down
2 changes: 1 addition & 1 deletion 6.0/fpm-alpine/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM docker.io/php:8.0-fpm-alpine
FROM docker.io/php:8.1-fpm-alpine
LABEL maintainer="[email protected]"

# Install OS dependencies
Expand Down
2 changes: 1 addition & 1 deletion 6.0/fpm/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM docker.io/php:8.0-fpm
FROM docker.io/php:8.1-fpm
LABEL maintainer="[email protected]"

# Install OS dependencies
Expand Down

0 comments on commit 98db5c6

Please sign in to comment.