Merge pull request #177 from edgarrmondragon/bump-php

Bump PHP to 8.1 in 6.x images
This commit is contained in:
Markus Opolka
2023-11-15 16:31:01 +01:00
committed by GitHub
3 changed files with 3 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
FROM docker.io/php:8.0-apache FROM docker.io/php:8.1-apache
LABEL maintainer="markus@martialblog.de" LABEL maintainer="markus@martialblog.de"
# Install OS dependencies # Install OS dependencies

View File

@@ -1,4 +1,4 @@
FROM docker.io/php:8.0-fpm-alpine FROM docker.io/php:8.1-fpm-alpine
LABEL maintainer="markus@martialblog.de" LABEL maintainer="markus@martialblog.de"
# Install OS dependencies # Install OS dependencies

View File

@@ -1,4 +1,4 @@
FROM docker.io/php:8.0-fpm FROM docker.io/php:8.1-fpm
LABEL maintainer="markus@martialblog.de" LABEL maintainer="markus@martialblog.de"
# Install OS dependencies # Install OS dependencies