Skip to content

Commit 8c93355

Browse files
authored
Merge pull request #38 from altertek/dependabot/docker/docker-00e494591e
chore(deps): bump alpine from 3.20 to 3.21 in the docker group
2 parents 3af27c9 + afe76ac commit 8c93355

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Dockerfile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# syntax=docker/dockerfile:1
22

3-
FROM alpine:3.20 AS builder
3+
FROM alpine:3.21 AS builder
4+
45

56
LABEL org.opencontainers.image.source=https://github.com/altertek/docker-ooni-probe
67
LABEL org.opencontainers.image.authors=Altertek
@@ -17,7 +18,7 @@ RUN apk add --no-cache wget \
1718
"https://github.com/ooni/probe-cli/releases/download/$PROBEVERSION/ooniprobe-$ARCH" \
1819
&& chmod +x /root/probe.bin
1920

20-
FROM alpine:3.20
21+
FROM alpine:3.21
2122

2223
ARG USER=default
2324
ENV HOME=/home/$USER

0 commit comments

Comments
 (0)