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

Commit

Permalink
Update dependency golang to v1.19
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 10, 2022
1 parent 418506c commit dec4e9c
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.19-alpine@sha256:0eb08c89ab1b0c638a9fe2780f7ae3ab18f6ecda2c76b908e09eb8073912045d as builder

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

0 comments on commit dec4e9c

Please sign in to comment.