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

Commit 6c6a8ef

Browse files
Update golang Docker tag
1 parent 418506c commit 6c6a8ef

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.tool-versions

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
golang 1.18
1+
golang 1.21.2

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.21-alpine@sha256:1c9cc949513477766da12bfa80541c4f24957323b0ee00630a6ff4ccf334b75b as builder
66

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

0 commit comments

Comments
 (0)