Skip to content

Commit 1e646c2

Browse files
authored
Merge pull request #21574 from dvdksn/alpine-3.21
alpine 3.21
2 parents 76e29eb + 2360510 commit 1e646c2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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 \

hugo.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ params:
114114
buildkit_version: "0.16.0"
115115

116116
example_go_version: "1.23"
117-
example_alpine_version: "3.20"
117+
example_alpine_version: "3.21"
118118
example_node_version: "20"
119119

120120
min_version_thresholds:

0 commit comments

Comments
 (0)