You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -7,7 +7,7 @@ RUN pnpm install --ignore-scripts --frozen-lockfile
7
7
COPY web/ .
8
8
RUN pnpm build
9
9
10
-
FROM public.ecr.aws/docker/library/rust:1 AS chef
10
+
FROM public.ecr.aws/docker/library/rust:1@sha256:1f0dbad1df66647807e6952d1db85d0b2bda7606cb2139d82517e4f009967376 AS chef
11
11
12
12
WORKDIR /build
13
13
@@ -46,7 +46,7 @@ COPY migrations migrations
46
46
RUN cargo install --locked --bin defguard --path ./crates/defguard --root /build
47
47
48
48
# run
49
-
FROM public.ecr.aws/docker/library/debian:13-slim
49
+
FROM public.ecr.aws/docker/library/debian:13-slim@sha256:28de0877c2189802884ccd20f15ee41c203573bd87bb6b883f5f46362d24c5c2
50
50
# TEMPORARY FIX: The parent image has a snapshot of debian sources that has a security vulnerability. This is a temporary fix until the parent image is updated.
51
51
# Remove this once the parent image is updated with the latest debian sources.
0 commit comments