Skip to content

Commit 82b8594

Browse files
authored
chore: Update Go version in Dockerfile
Signed-off-by: Erez Rokah <[email protected]>
1 parent 22a0458 commit 82b8594

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dockerfiles/docs.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# syntax=docker/dockerfile:1
22

3-
ARG GO_VERSION=1.21.5
3+
ARG GO_VERSION=1.23
44
ARG ALPINE_VERSION=3.19
55

66
FROM golang:${GO_VERSION}-alpine${ALPINE_VERSION} AS base

0 commit comments

Comments
 (0)