Skip to content

Commit 3a2f815

Browse files
committed
dockerfile: pin golang alpine version
Signed-off-by: David Karlsson <[email protected]>
1 parent f4891a8 commit 3a2f815

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ARG NODE_VERSION=22
99
ARG PAGEFIND_VERSION=1.1.1
1010

1111
# base defines the generic base stage
12-
FROM golang:${GO_VERSION}-alpine AS base
12+
FROM golang:${GO_VERSION}-alpine${ALPINE_VERSION} AS base
1313
RUN apk add --no-cache \
1414
git \
1515
nodejs \

0 commit comments

Comments
 (0)