Skip to content
This repository was archived by the owner on Aug 16, 2024. It is now read-only.

Commit d1f313e

Browse files
Pin dependency golang to 9b2a279
1 parent 418506c commit d1f313e

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
@@ -2,7 +2,7 @@
22
###############################
33
# Build the doctree Go binary #
44
###############################
5-
FROM golang:1.18-alpine as builder
5+
FROM golang:1.18-alpine@sha256:9b2a2799435823dbf6fef077a8ff7ce83ad26b382ddabf22febfc333926400e4 as builder
66

77
RUN apk add --no-cache git build-base
88
COPY . /doctree

0 commit comments

Comments
 (0)