mirror of https://github.com/docker/docs.git
Merge pull request #22437 from vvoland/fix-make-vendor
Fix `make vendor`
This commit is contained in:
parent
e4bb9a9b97
commit
ced10b917e
|
@ -2,7 +2,7 @@
|
|||
# check=skip=InvalidBaseImagePlatform
|
||||
|
||||
ARG ALPINE_VERSION=3.21
|
||||
ARG GO_VERSION=1.23
|
||||
ARG GO_VERSION=1.23.8
|
||||
ARG HTMLTEST_VERSION=0.17.0
|
||||
ARG HUGO_VERSION=0.141.0
|
||||
ARG NODE_VERSION=22
|
||||
|
|
Loading…
Reference in New Issue