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

Commit bd92255

Browse files
committed
Pin Docker image alpine:3.17
alpine:3.17 -> alpine:3.17@sha256:69665d02cb32192e52e07644d76bc6f25abeb5410edc1c7a81a10ba3f0efb90a [atomist:generated] [atomist-skill:atomist/docker-base-image-policy] Signed-off-by: Atomist Bot <bot@atomist.com>
1 parent 82b119e commit bd92255

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:69665d02cb32192e52e07644d76bc6f25abeb5410edc1c7a81a10ba3f0efb90a
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)