Skip to content

Commit 76a34d2

Browse files
Update golang:1.17-alpine Docker digest to 5519c87 (#632)
Co-authored-by: Renovate Bot <[email protected]>
1 parent 9853798 commit 76a34d2

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
@@ -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:c2335038e2230960f81cb2f9f1fc5eca45e23b765de1848c7bbfaebcfd32d90d as builder
7+
FROM golang:1.17-alpine@sha256:5519c8752f6b53fc8818dc46e9fda628c99c4e8fd2d2f1df71e1f184e71f47dc as builder
88

99
COPY . /src
1010
WORKDIR /src

0 commit comments

Comments
 (0)