Skip to content

Commit abe90c8

Browse files
committed
Bump composer version + php8
1 parent f2a8142 commit abe90c8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
FROM php:7.4.3-alpine
1+
FROM php:8-alpine
22

33
COPY --from=composer /usr/bin/composer /usr/bin/composer
44

55
ENV COMPOSER_ALLOW_SUPERUSER=1
66
ENV COMPOSER_HOME=/tmp
7-
ENV COMPOSER_VERSION=1.9.3
7+
ENV COMPOSER_VERSION=2.5.8
88

99
RUN apk add zlib-dev libpng-dev libzip-dev icu-dev oniguruma-dev
1010
RUN docker-php-ext-install gd zip intl mbstring

0 commit comments

Comments
 (0)