Skip to content

Commit

Permalink
Pin golang Docker tag to 5b58b2e
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Sep 25, 2022
1 parent 418506c commit 5646f0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
###############################
# Build the doctree Go binary #
###############################
FROM golang:1.18-alpine as builder
FROM golang:1.18-alpine@sha256:5b58b2e5963db4cc97d5c5d2580744713303e8ddc979ff89d939c559502ec263 as builder

RUN apk add --no-cache git build-base
COPY . /doctree
Expand Down

0 comments on commit 5646f0a

Please sign in to comment.