mirror of
https://github.com/docker/docs.git
synced 2026-03-27 06:18:55 +07:00
dockerfile: pin golang alpine version
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
This commit is contained in:
@@ -9,7 +9,7 @@ ARG NODE_VERSION=22
|
|||||||
ARG PAGEFIND_VERSION=1.1.1
|
ARG PAGEFIND_VERSION=1.1.1
|
||||||
|
|
||||||
# base defines the generic base stage
|
# 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 \
|
RUN apk add --no-cache \
|
||||||
git \
|
git \
|
||||||
nodejs \
|
nodejs \
|
||||||
|
|||||||
Reference in New Issue
Block a user