Skip to content

Commit 2462aa3

Browse files
chore(deps): update docker.io/library/alpine docker tag to v3.21.2
1 parent 225bf16 commit 2462aa3

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,7 +1,7 @@
11
############################
22
# STEP 1
33
############################
4-
FROM docker.io/library/alpine:3.18.5 AS builder
4+
FROM docker.io/library/alpine:3.21.2 AS builder
55

66
# renovate: datasource=github-releases depName=errata-ai/vale
77
ENV VALE_VERSION=2.30.0
@@ -29,7 +29,7 @@ RUN wget -q https://github.com/testthedocs/Openly/releases/download/${OPENLY_STY
2929
############################
3030
# STEP 2
3131
############################
32-
FROM docker.io/library/alpine:3.18.5
32+
FROM docker.io/library/alpine:3.21.2
3333

3434
RUN apk add --update --no-cache \
3535
python3 \

0 commit comments

Comments
 (0)