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 90266fd commit 7ab009fCopy full SHA for 7ab009f
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.15-alpine@sha256:276ef0253160fc2fd0fc7a78cc66c8bfe3260628946e447517e207b88e48e71d as builder
+FROM golang:1.15-alpine@sha256:86a9ac87a3317d2635b817493a9df24ad6fff38b8bcee4a72ce511305b897646 as builder
8
9
COPY . /src
10
WORKDIR /src
0 commit comments