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

Commit 05dc0be

Browse files
committed
Re-pin Docker image golang:1.18-alpine3.16
golang:1.18-alpine3.16@sha256:dda10a0c69473a595ab11ed3f8305bf4d38e0436b80e1462fb22c9d8a1c1e808 -> golang:1.18-alpine3.16@sha256:8e45e2ef37d2b6d98900392029db2bc88f42c0f2a9a8035fa7da90014698e86b [atomist:generated] [atomist-skill:atomist/docker-base-image-policy] Signed-off-by: Atomist Bot <bot@atomist.com>
1 parent 69594d6 commit 05dc0be

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.18-alpine3.16@sha256:dda10a0c69473a595ab11ed3f8305bf4d38e0436b80e1462fb22c9d8a1c1e808
13+
FROM golang:1.18-alpine3.16@sha256:8e45e2ef37d2b6d98900392029db2bc88f42c0f2a9a8035fa7da90014698e86b
1414

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

0 commit comments

Comments
 (0)