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

Commit dccdf62

Browse files
authored
Auto-merge pull request #6 from atomist-skills/go-format-skill
Re-pin Docker base image in Dockerfile Pull request auto merged: * No reviews * 4 successful checks
2 parents 69594d6 + 05dc0be commit dccdf62

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)