mirror of https://github.com/docker/docs.git
build(deps): upgrade Go to v1.22
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
This commit is contained in:
parent
b857d14fb3
commit
a5aa3c4922
|
@ -1,7 +1,7 @@
|
|||
# syntax=docker/dockerfile:1
|
||||
|
||||
ARG ALPINE_VERSION=3.20
|
||||
ARG GO_VERSION=1.21
|
||||
ARG GO_VERSION=1.22
|
||||
ARG HTMLTEST_VERSION=0.17.0
|
||||
|
||||
FROM golang:${GO_VERSION}-alpine AS base
|
||||
|
|
Loading…
Reference in New Issue