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

Commit ceaf545

Browse files
committed
Re-pin Docker image golang:1.19-alpine3.16
golang:1.19-alpine3.16@sha256:f3e683657ddf73726b5717c2ff80cdcd9e9efb7d81f77e4948fada9a10dc7257 -> golang:1.19-alpine3.16@sha256:7d7cc4682f31c69ac36c34cdbd2a5d1963c7c007ed423b7b58b73613ae085e39 [atomist:generated] [atomist-skill:atomist/docker-base-image-policy] Signed-off-by: Atomist Bot <[email protected]>
1 parent 6091b19 commit ceaf545

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
@@ -10,7 +10,7 @@ RUN npm ci --no-optional --include=dev \
1010
&& rm -rf node_modules .git
1111

1212
# Set up runtime container
13-
FROM golang:1.19-alpine3.16@sha256:f3e683657ddf73726b5717c2ff80cdcd9e9efb7d81f77e4948fada9a10dc7257
13+
FROM golang:1.19-alpine3.16@sha256:7d7cc4682f31c69ac36c34cdbd2a5d1963c7c007ed423b7b58b73613ae085e39
1414

1515
# Install goimports
1616
RUN go install golang.org/x/tools/cmd/goimports@latest

0 commit comments

Comments
 (0)