Skip to content

Commit fed3974

Browse files
Update golang:1.17-alpine Docker digest to 102bca9 (#652)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
1 parent 161527f commit fed3974

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#
55
# Nothing fancy here: we copy in the source code and build on the Alpine Go
66
# image. Refer to .dockerignore to get a sense of what we're not going to copy.
7-
FROM golang:1.17-alpine@sha256:5519c8752f6b53fc8818dc46e9fda628c99c4e8fd2d2f1df71e1f184e71f47dc as builder
7+
FROM golang:1.17-alpine@sha256:102bca942e79a30dd6e9060f780ec3bd224eba2cf6245eadf3411c4699253d50 as builder
88

99
COPY . /src
1010
WORKDIR /src

0 commit comments

Comments
 (0)