Skip to content

Commit

Permalink
build(deps): correct image digest for examples base image
Browse files Browse the repository at this point in the history
dependabot wtf are you doing?

Signed-off-by: nscuro <[email protected]>
  • Loading branch information
nscuro committed Dec 20, 2021
1 parent 4583ba5 commit e63ad6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.examples
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
# for linux/amd64. If you're on a different platform, you'll have to run
# GOOS=linux GOARCH=amd64 make examples-image
# instead.
FROM golang:1.17.4-bullseye@sha256:4918412049183afe42f1ecaf8f5c2a88917c2eab153ce5ecf4bf2d55c1507b74
FROM golang:1.17.5-bullseye@sha256:0e3570dcea4bad1c1ee932680d4e753097e9a6acfa565c837f5fcce32f6807e2

VOLUME /examples

Expand Down

0 comments on commit e63ad6d

Please sign in to comment.