Skip to content

Commit 18f54b0

Browse files
chore(deps): pin dependencies
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent de7a21c commit 18f54b0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Stage 1: Install dependencies
2-
FROM composer:2 AS composer_build
2+
FROM composer:2@sha256:743aebe48ca67097c36819040633ea77e44a561eca135e4fc84c002e63a1ba07 AS composer_build
33

44
WORKDIR /app
55

@@ -17,7 +17,7 @@ RUN composer install \
1717
--ignore-platform-reqs
1818

1919
# Stage 2: Final image
20-
FROM dunglas/frankenphp:latest
20+
FROM dunglas/frankenphp:latest@sha256:7315062106fd2ee885d884072e3335f59e25a3abc34de0a03e102604ab73b4d0
2121

2222
# Disable HTTPS by default for the container
2323
ENV SERVER_NAME=:80

0 commit comments

Comments
 (0)