Skip to content

Commit

Permalink
Updated php to 8.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
MdNadimHossain committed Jan 17, 2024
1 parent 6daff86 commit 4fa86b4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion images/php/Dockerfile.cli
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG PHP_VERSION=8.1
ARG PHP_VERSION=8.2
FROM php:${PHP_VERSION}-cli-alpine AS php-cli
FROM ghcr.io/skpr/mtk:latest AS mtk
FROM uselagoon/php-${PHP_VERSION}-cli-drupal:latest
Expand Down
2 changes: 1 addition & 1 deletion images/php/Dockerfile.fpm
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG PHP_VERSION=8.1
ARG PHP_VERSION=8.2
FROM uselagoon/php-${PHP_VERSION}-fpm:latest

RUN mkdir /bay
Expand Down

0 comments on commit 4fa86b4

Please sign in to comment.