Skip to content
This repository has been archived by the owner on Feb 23, 2024. It is now read-only.

Commit

Permalink
Re-pin Docker image golang:1.19-alpine3.16
Browse files Browse the repository at this point in the history
golang:1.19-alpine3.16@sha256:f3e683657ddf73726b5717c2ff80cdcd9e9efb7d81f77e4948fada9a10dc7257
->
golang:1.19-alpine3.16@sha256:dc4f4756a4fb91b6f496a958e11e00c0621130c8dfbb31ac0737b0229ad6ad9c

 [atomist:generated]
 [atomist-skill:atomist/docker-base-image-policy]

Signed-off-by: Atomist Bot <[email protected]>
  • Loading branch information
atomist-bot committed Nov 17, 2022
1 parent 1cab200 commit 7e4dc97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ RUN npm ci --no-optional --include=dev \
&& rm -rf node_modules .git

# Set up runtime container
FROM golang:1.19-alpine3.16@sha256:f3e683657ddf73726b5717c2ff80cdcd9e9efb7d81f77e4948fada9a10dc7257
FROM golang:1.19-alpine3.16@sha256:dc4f4756a4fb91b6f496a958e11e00c0621130c8dfbb31ac0737b0229ad6ad9c

# Install goimports
RUN go install golang.org/x/tools/cmd/goimports@latest
Expand Down

0 comments on commit 7e4dc97

Please sign in to comment.