mirror of https://github.com/docker/docs.git
dockerfile: pin golang alpine version
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
This commit is contained in:
parent
f4891a8642
commit
3a2f8150a8
|
|
@ -9,7 +9,7 @@ ARG NODE_VERSION=22
|
|||
ARG PAGEFIND_VERSION=1.1.1
|
||||
|
||||
# base defines the generic base stage
|
||||
FROM golang:${GO_VERSION}-alpine AS base
|
||||
FROM golang:${GO_VERSION}-alpine${ALPINE_VERSION} AS base
|
||||
RUN apk add --no-cache \
|
||||
git \
|
||||
nodejs \
|
||||
|
|
|
|||
Loading…
Reference in New Issue