Skip to content

Commit 20d69c1

Browse files
committed
build: update alpine version to 3.21
Signed-off-by: David Karlsson <[email protected]>
1 parent 27094d5 commit 20d69c1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
# syntax=docker/dockerfile:1
22
# check=skip=InvalidBaseImagePlatform
33

4-
ARG ALPINE_VERSION=3.20
4+
ARG ALPINE_VERSION=3.21
55
ARG GO_VERSION=1.23
66
ARG HTMLTEST_VERSION=0.17.0
77
ARG HUGO_VERSION=0.139.0
88
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${ALPINE_VERSION} AS base
12+
FROM golang:${GO_VERSION}-alpine AS base
1313
RUN apk add --no-cache \
1414
git \
1515
nodejs \

0 commit comments

Comments
 (0)