Skip to content

Commit de5ebab

Browse files
committed
Update golang:1.16-alpine Docker digest to 6c4d5e6
1 parent 0c912e4 commit de5ebab

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:0d62e9ae180d3a794b162fbc1d13b5084687fdfa0bdfc8b5c424cd5627da8d81 as builder
7+
FROM golang:1.16-alpine@sha256:6c4d5e6ea7b6e3f28a2218424b011fcdfddcdd721f9693c9e2d2644c67a4b827 as builder
88

99
COPY . /src
1010
WORKDIR /src

0 commit comments

Comments
 (0)