Skip to content

Commit b106881

Browse files
Update golang:1.16-alpine Docker digest to 0d62e9a (#481)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
1 parent 56a8639 commit b106881

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

99
COPY . /src
1010
WORKDIR /src

0 commit comments

Comments
 (0)