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

Commit 2963b19

Browse files
Pin golang Docker tag to 9a00877
1 parent 418506c commit 2963b19

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:9a0087724c86de596b628c3f9a7c52bb75ca9a57c884e71f7ba5e6eb2c67430e as builder
66

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

0 commit comments

Comments
 (0)