Skip to content

Commit a640e33

Browse files
Pin golang Docker tag (#458)
Co-authored-by: Renovate Bot <[email protected]>
1 parent 289e14c commit a640e33

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.15-alpine as builder
7+
FROM golang:1.15-alpine@sha256:dbda4e47937a3abb515c386d955002be5116d060c90d936127cc24ac439c815c as builder
88

99
COPY . /src
1010
WORKDIR /src

0 commit comments

Comments
 (0)