Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# syntax=docker/dockerfile:1

FROM alpine:3.20 AS builder
FROM alpine:3.22 AS builder

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

FROM alpine:3.20
FROM alpine:3.22

ARG USER=default
ENV HOME=/home/$USER
Expand Down