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

Commit 32c7a0c

Browse files
Update golang Docker tag
1 parent 418506c commit 32c7a0c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.tool-versions

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
golang 1.18
1+
golang 1.23.0

Dockerfile

+1-1
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.22-alpine@sha256:1a478681b671001b7f029f94b5016aed984a23ad99c707f6a0ab6563860ae2f3 as builder
66

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

0 commit comments

Comments
 (0)