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

Commit

Permalink
Pin dependency golang to 9b2a279
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Aug 1, 2022
1 parent 418506c commit d1f313e
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:9b2a2799435823dbf6fef077a8ff7ce83ad26b382ddabf22febfc333926400e4 as builder

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

0 comments on commit d1f313e

Please sign in to comment.