Skip to content

Commit

Permalink
Use PHP 8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
edgarrmondragon committed Nov 10, 2023
1 parent 325639d commit d08806d
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.2-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.2-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.2-fpm
FROM docker.io/php:8.1-fpm
LABEL maintainer="[email protected]"

# Install OS dependencies
Expand Down

0 comments on commit d08806d

Please sign in to comment.