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 a8103c4 + 2b01ba3 commit dea1356Copy full SHA for dea1356
Dockerfile
@@ -1,6 +1,6 @@
1
# syntax=docker/dockerfile:1
2
3
-FROM alpine:3.22 AS builder
+FROM alpine:3.23 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.22
+FROM alpine:3.23
21
22
ARG USER=default
23
ENV HOME=/home/$USER
0 commit comments