Skip to content

Commit f8a3f49

Browse files
chore(deps): bump alpine from 3.21 to 3.22 in the docker group
Bumps the docker group with 1 update: alpine. Updates `alpine` from 3.21 to 3.22 --- updated-dependencies: - dependency-name: alpine dependency-version: '3.22' dependency-type: direct:production update-type: version-update:semver-minor dependency-group: docker ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent ceb02a0 commit f8a3f49

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)