Skip to content

Commit

Permalink
php 8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
cnizzardini committed Nov 25, 2024
1 parent 680a183 commit 0048eb5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#
# container
# @see https://hub.docker.com/repository/docker/cnizzardini/php-fpm-alpine
# @see https://github.com/cnizzardini/php-fpm-alpine/tree/php-8.2
FROM cnizzardini/php-fpm-alpine:8.2-latest AS cakephp_php
# @see https://github.com/cnizzardini/php-fpm-alpine/tree/php-8.3
FROM cnizzardini/php-fpm-alpine:8.3-latest AS cakephp_php

ARG ENV=prod
ARG UID=1000
Expand Down

0 comments on commit 0048eb5

Please sign in to comment.