We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2a8142 commit abe90c8Copy full SHA for abe90c8
Dockerfile
@@ -1,10 +1,10 @@
1
-FROM php:7.4.3-alpine
+FROM php:8-alpine
2
3
COPY --from=composer /usr/bin/composer /usr/bin/composer
4
5
ENV COMPOSER_ALLOW_SUPERUSER=1
6
ENV COMPOSER_HOME=/tmp
7
-ENV COMPOSER_VERSION=1.9.3
+ENV COMPOSER_VERSION=2.5.8
8
9
RUN apk add zlib-dev libpng-dev libzip-dev icu-dev oniguruma-dev
10
RUN docker-php-ext-install gd zip intl mbstring
0 commit comments