Skip to content

Commit

Permalink
update to php 8.2 (#33)
Browse files Browse the repository at this point in the history
  • Loading branch information
cnizzardini authored Nov 23, 2024
1 parent 4b951fb commit 3ee18bc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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.1
FROM cnizzardini/php-fpm-alpine:8.1-latest AS cakephp_php
# @see https://github.com/cnizzardini/php-fpm-alpine/tree/php-8.2
FROM cnizzardini/php-fpm-alpine:8.2-latest AS cakephp_php

ARG ENV=prod
ARG UID=1000
Expand All @@ -15,7 +15,7 @@ ENV HOST_OS=$HOST_OS
#
RUN if [[ "$ENV" != "prod" ]]; then \
apk add git \
&& apk add --update --no-cache --virtual .php-deps file re2c autoconf make zlib zlib-dev g++ curl linux-headers \
&& apk add --no-cache --virtual .php-deps file re2c autoconf make zlib zlib-dev g++ curl linux-headers \
&& pecl install xdebug \
&& docker-php-ext-enable xdebug \
&& apk del -f .php-deps; \
Expand Down

0 comments on commit 3ee18bc

Please sign in to comment.