We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27094d5 commit 20d69c1Copy full SHA for 20d69c1
Dockerfile
@@ -1,15 +1,15 @@
1
# syntax=docker/dockerfile:1
2
# check=skip=InvalidBaseImagePlatform
3
4
-ARG ALPINE_VERSION=3.20
+ARG ALPINE_VERSION=3.21
5
ARG GO_VERSION=1.23
6
ARG HTMLTEST_VERSION=0.17.0
7
ARG HUGO_VERSION=0.139.0
8
ARG NODE_VERSION=22
9
ARG PAGEFIND_VERSION=1.1.1
10
11
# base defines the generic base stage
12
-FROM golang:${GO_VERSION}-alpine${ALPINE_VERSION} AS base
+FROM golang:${GO_VERSION}-alpine AS base
13
RUN apk add --no-cache \
14
git \
15
nodejs \
0 commit comments