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 3087e60 commit f6fd49bCopy full SHA for f6fd49b
1 file changed
Dockerfile
@@ -1,5 +1,5 @@
1
# syntax=docker/dockerfile:1.7-labs
2
-FROM php:8.3-alpine as base
+FROM php:8.4-alpine as base
3
WORKDIR /app
4
5
ENV COMPOSER_MEMORY_LIMIT=-1
@@ -11,7 +11,7 @@ ADD --chmod=0755 https://github.com/mlocati/docker-php-extension-installer/relea
11
12
RUN apk update \
13
&& apk add --no-cache curl git unzip openssl tar ca-certificates \
14
- && install-php-extensions gd bcmath pdo_mysql zip intl opcache pcntl redis swoole @composer \
+ && install-php-extensions gd bcmath pdo_mysql zip intl opcache pcntl redis @composer \
15
&& rm -rf /var/cache/apk/*
16
17
RUN chown -R www-data:www-data /app
0 commit comments