Merge pull request #21600 from dvdksn/pin-alpine-version

dockerfile: pin golang alpine version
This commit is contained in:
David Karlsson 2024-12-10 10:37:29 +01:00 committed by GitHub
commit 3f815b9811
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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 \