Skip to content

Commit 8fbbe8b

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] <support@github.com>
1 parent 8c93355 commit 8fbbe8b

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.21 AS builder
3+
FROM alpine:3.22 AS builder
44

55

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

21-
FROM alpine:3.21
21+
FROM alpine:3.22
2222

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

0 commit comments

Comments
 (0)