dockerfile: pin golang alpine version

Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
This commit is contained in:
David Karlsson 2024-12-10 10:35:34 +01:00
parent f4891a8642
commit 3a2f8150a8
1 changed files with 1 additions and 1 deletions

View File

@ -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 \