File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11# syntax=docker/dockerfile:1
22# check=skip=InvalidBaseImagePlatform
33
4- ARG ALPINE_VERSION=3.20
4+ ARG ALPINE_VERSION=3.21
55ARG GO_VERSION=1.23
66ARG HTMLTEST_VERSION=0.17.0
77ARG HUGO_VERSION=0.139.0
88ARG NODE_VERSION=22
99ARG 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
1313RUN apk add --no-cache \
1414 git \
1515 nodejs \
Original file line number Diff line number Diff 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 :
You can’t perform that action at this time.
0 commit comments