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

Commit a9468b4

Browse files
committed
Pin Docker image alpine:3.17
alpine:3.17 -> alpine:3.17@sha256:124c7d2707904eea7431fffe91522a01e5a861a624ee31d03372cc1d138a3126 [atomist:generated] [atomist-skill:atomist/docker-base-image-policy] Signed-off-by: Atomist Bot <bot@atomist.com>
1 parent dd168e1 commit a9468b4

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:124c7d2707904eea7431fffe91522a01e5a861a624ee31d03372cc1d138a3126
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)