Skip to content

Commit ce6f8a5

Browse files
Update golang:1.16-alpine Docker digest to 6c35b28 (#505)
Co-authored-by: Renovate Bot <[email protected]>
1 parent 285e973 commit ce6f8a5

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.16-alpine@sha256:ae07fbf6c791da6ba6f16b58b2b60f1b7c0c6b478238e7f3784c42d6eeb0d0ad as builder
7+
FROM golang:1.16-alpine@sha256:6c35b28ceee082c621c818c097f418cd55104a16e51003120c1bf37111ed9cfe as builder
88

99
COPY . /src
1010
WORKDIR /src

0 commit comments

Comments
 (0)