Skip to content

Commit

Permalink
Bump PHP versions
Browse files Browse the repository at this point in the history
  • Loading branch information
calind committed Sep 21, 2023
1 parent 9007451 commit cab0c41
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion php/Dockerfile-8.1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG PHP_VERSION=8.1.22
ARG PHP_VERSION=8.1.23
FROM php:${PHP_VERSION}-fpm-bullseye as php
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
ENV PATH="/usr/local/docker/bin:${PATH}"
Expand Down
2 changes: 1 addition & 1 deletion php/Dockerfile-8.2
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG PHP_VERSION=8.2.8
ARG PHP_VERSION=8.2.10
FROM php:${PHP_VERSION}-fpm-bullseye as php
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
ENV PATH="/usr/local/docker/bin:${PATH}"
Expand Down

0 comments on commit cab0c41

Please sign in to comment.