Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Stage 1: Install dependencies
FROM composer:2 AS composer_build
FROM composer:2@sha256:743aebe48ca67097c36819040633ea77e44a561eca135e4fc84c002e63a1ba07 AS composer_build

WORKDIR /app

Expand All @@ -17,7 +17,7 @@ RUN composer install \
--ignore-platform-reqs

# Stage 2: Final image
FROM dunglas/frankenphp:latest
FROM dunglas/frankenphp:latest@sha256:dc2118cfbe0f645b58f7218f21f4c1a3598cf59cf86dce762d625cb6f5604ae6

# Disable HTTPS by default for the container
ENV SERVER_NAME=:80
Expand Down
Loading