Skip to content

Commit a1bcb8d

Browse files
authored
Merge pull request #40 from altertek/dependabot/docker/docker-04137663b3
chore(deps): bump alpine from 3.21 to 3.22 in the docker group
2 parents ceb02a0 + f8a3f49 commit a1bcb8d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

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

3-
FROM alpine:3.20 AS builder
3+
FROM alpine:3.22 AS builder
44

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

20-
FROM alpine:3.20
20+
FROM alpine:3.22
2121

2222
ARG USER=default
2323
ENV HOME=/home/$USER

0 commit comments

Comments
 (0)