We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22a0458 commit 82b8594Copy full SHA for 82b8594
dockerfiles/docs.Dockerfile
@@ -1,6 +1,6 @@
1
# syntax=docker/dockerfile:1
2
3
-ARG GO_VERSION=1.21.5
+ARG GO_VERSION=1.23
4
ARG ALPINE_VERSION=3.19
5
6
FROM golang:${GO_VERSION}-alpine${ALPINE_VERSION} AS base
0 commit comments