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 2e6fc3f commit 2ec69d9Copy full SHA for 2ec69d9
1 file changed
Dockerfile
@@ -1,5 +1,5 @@
1
# Stage 1: Install dependencies
2
-FROM composer:2@sha256:7725eb4545c438629ae8bde3ef0bb9a5038ef566126ad878442a69007242d267 AS composer_build
+FROM composer:2@sha256:5946476338742b200bb9ff88f8be56275ddae4b3949c72305cb0dbf10cfcb760 AS composer_build
3
4
WORKDIR /app
5
@@ -17,7 +17,7 @@ RUN composer install \
17
--ignore-platform-reqs
18
19
# Stage 2: Final image
20
-FROM dunglas/frankenphp:latest@sha256:20a87cd407119ca854f026007b2fc2430d81178c3606b7b4cc543dc0b3c2724a
+FROM dunglas/frankenphp:latest@sha256:5aa4ed78d14ff2f16320be8923cbe0cadff553138c8e7712d287abe7450ad64e
21
22
# Disable HTTPS by default for the container
23
ENV SERVER_NAME=:80
0 commit comments