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 19a9c60
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Aug 9, 2022
1 parent 418506c commit 04efcd1
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:19a9c60c9a2943a836e9205ca0d1bad80bbaa90c7810f20bc7832b4ffd354790 as builder

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

0 comments on commit 04efcd1

Please sign in to comment.