We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c912e4 commit de5ebabCopy full SHA for de5ebab
Dockerfile
@@ -4,7 +4,7 @@
4
#
5
# Nothing fancy here: we copy in the source code and build on the Alpine Go
6
# 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
+FROM golang:1.16-alpine@sha256:6c4d5e6ea7b6e3f28a2218424b011fcdfddcdd721f9693c9e2d2644c67a4b827 as builder
8
9
COPY . /src
10
WORKDIR /src
0 commit comments