Skip to content

Commit 81d8fb8

Browse files
committed
Bump PHP versions
1 parent 26b7fc0 commit 81d8fb8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

php/Dockerfile-8.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ARG PHP_VERSION=8.1.22
1+
ARG PHP_VERSION=8.1.23
22
FROM php:${PHP_VERSION}-fpm-bullseye as php
33
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
44
ENV PATH="/usr/local/docker/bin:${PATH}"

php/Dockerfile-8.2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ARG PHP_VERSION=8.2.8
1+
ARG PHP_VERSION=8.2.10
22
FROM php:${PHP_VERSION}-fpm-bullseye as php
33
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
44
ENV PATH="/usr/local/docker/bin:${PATH}"

0 commit comments

Comments
 (0)