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 225bf16 commit 2462aa3Copy full SHA for 2462aa3
Dockerfile
@@ -1,7 +1,7 @@
1
############################
2
# STEP 1
3
4
-FROM docker.io/library/alpine:3.18.5 AS builder
+FROM docker.io/library/alpine:3.21.2 AS builder
5
6
# renovate: datasource=github-releases depName=errata-ai/vale
7
ENV VALE_VERSION=2.30.0
@@ -29,7 +29,7 @@ RUN wget -q https://github.com/testthedocs/Openly/releases/download/${OPENLY_STY
29
30
# STEP 2
31
32
-FROM docker.io/library/alpine:3.18.5
+FROM docker.io/library/alpine:3.21.2
33
34
RUN apk add --update --no-cache \
35
python3 \
0 commit comments