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