Skip to content
This repository was archived by the owner on Jul 18, 2025. It is now read-only.

Commit 37ca28f

Browse files
committed
Pin Docker image alpine:3.17
alpine:3.17 -> alpine:3.17@sha256:e95676db9e4a4f16f6cc01a8915368f82b018cc07aba951c1bd1db586c081388 [atomist:generated] [atomist-skill:atomist/docker-base-image-policy] Signed-off-by: Atomist Bot <bot@atomist.com>
1 parent 4cc086e commit 37ca28f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ COPY babashka/ ./babashka/
1313

1414
RUN CGO_ENABLED=0 go build -o pod-atomisthq-tools.docker
1515

16-
FROM alpine:3.17
16+
FROM alpine:3.17@sha256:e95676db9e4a4f16f6cc01a8915368f82b018cc07aba951c1bd1db586c081388
1717

1818
COPY repository/ /root/.babashka/pods/repository
1919
COPY --from=build /app/pod-atomisthq-tools.docker /root/.babashka/pods/repository/atomisthq/tools.docker/0.1.0

0 commit comments

Comments
 (0)