Skip to content

Commit

Permalink
fix(redbot-distroless): digest
Browse files Browse the repository at this point in the history
  • Loading branch information
JJGadgets committed Feb 4, 2024
1 parent e4f59e7 commit 5be92c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/redbot-distroless/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Define build-time variables
ARG VERSION
FROM ghcr.io/jjgadgets/redbot:${VERSION} AS builder
FROM ghcr.io/jjgadgets/redbot:${VERSION}@sha256:77fdb8aa315f39e6ce89c2ff027526ec0acea170673279e2599f88596d81b852 AS builder

# Stage 2: Working app image
FROM gcr.io/distroless/python3-debian12:nonroot@sha256:02c3a74bee78c927ab39dd739f0e56e36675e6adc9032208abb7ed8b83067c74
Expand Down

0 comments on commit 5be92c3

Please sign in to comment.