We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 04156f3 commit 4080843Copy full SHA for 4080843
1 file changed
Dockerfile
@@ -1,5 +1,5 @@
1
# Stage 1: Install dependencies
2
-FROM composer:2 AS composer_build
+FROM composer:2@sha256:743aebe48ca67097c36819040633ea77e44a561eca135e4fc84c002e63a1ba07 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
+FROM dunglas/frankenphp:latest@sha256:dc2118cfbe0f645b58f7218f21f4c1a3598cf59cf86dce762d625cb6f5604ae6
21
22
# Disable HTTPS by default for the container
23
ENV SERVER_NAME=:80
0 commit comments