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 f7ce166 commit bbfd7adCopy full SHA for bbfd7ad
app/Dockerfile
@@ -1,12 +1,12 @@
1
-FROM phpdockerio/php:8.5-fpm
+FROM phpdockerio/php:8.4-fpm
2
WORKDIR /application
3
4
# Install selected extensions and other stuff
5
RUN apt-get update \
6
&& apt-get -y --no-install-recommends install \
7
- php8.5-sqlite \
8
- php8.5-intl \
9
- php8.5-gd \
+ php8.4-sqlite \
+ php8.4-intl \
+ php8.4-gd \
10
&& apt-get clean; rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* /var/log/* /var/cache/* /usr/share/doc/*
11
12
COPY app/bin/console ./bin/
0 commit comments