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

Commit e6da090

Browse files
authored
Auto-merge pull request #16 from atomist-skills/go-format-skill
Re-pin Docker base image in Dockerfile Pull request auto merged: * No reviews * 4 successful checks
2 parents 4f60188 + 3e3d507 commit e6da090

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:2baa528036c1916b23de8b304083c68fb298c5661203055f2b1063390e3cdddb
13+
FROM golang:1.19-alpine3.16@sha256:9d3bd0937054ed71c04839c909aec4736b1a83a96010826cfeed4abed12acf59
1414

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

0 commit comments

Comments
 (0)