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.
2 parents 3af27c9 + afe76ac commit 8c93355Copy full SHA for 8c93355
Dockerfile
@@ -1,6 +1,7 @@
1
# syntax=docker/dockerfile:1
2
3
-FROM alpine:3.20 AS builder
+FROM alpine:3.21 AS builder
4
+
5
6
LABEL org.opencontainers.image.source=https://github.com/altertek/docker-ooni-probe
7
LABEL org.opencontainers.image.authors=Altertek
@@ -17,7 +18,7 @@ RUN apk add --no-cache wget \
17
18
"https://github.com/ooni/probe-cli/releases/download/$PROBEVERSION/ooniprobe-$ARCH" \
19
&& chmod +x /root/probe.bin
20
-FROM alpine:3.20
21
+FROM alpine:3.21
22
23
ARG USER=default
24
ENV HOME=/home/$USER
0 commit comments