Skip to content

Commit

Permalink
add php 8.2 on latest branch
Browse files Browse the repository at this point in the history
  • Loading branch information
jleonardolemos committed Feb 14, 2023
1 parent b8a3c76 commit a64f6c8
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,4 +1,4 @@
FROM php:8.1-fpm-alpine3.15
FROM php:8.2-fpm-alpine3.17
# Informações
LABEL maintainer="[email protected]"
LABEL company="Convenia"
Expand All @@ -18,7 +18,7 @@ RUN IPE_GD_WITHOUTAVIF=1 install-php-extensions bcmath bz2 calendar exif gd gett
mongodb-stable \
imagick-stable

RUN apk add --no-cache --update supervisor=~4.2 nginx=~1.20 nginx-mod-http-headers-more openssh-client git less curl
RUN apk add --no-cache --update supervisor=~4.2 nginx=~1.22 nginx-mod-http-headers-more openssh-client git less curl

# Instalação do composer
COPY --from=composer:2 /usr/bin/composer /usr/local/bin/composer
Expand Down

0 comments on commit a64f6c8

Please sign in to comment.