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 aa97883Copy full SHA for aa97883
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:39e8f1efda66bbccd2fae025b604c3d1b05b5b6439d3994d799a5612da4dbb3b
21
22
# Disable HTTPS by default for the container
23
ENV SERVER_NAME=:80
0 commit comments