Skip to content

Commit 2b01ba3

Browse files
chore(deps): bump alpine from 3.22 to 3.23 in the docker group
Bumps the docker group with 1 update: alpine. Updates `alpine` from 3.22 to 3.23 --- updated-dependencies: - dependency-name: alpine dependency-version: '3.23' dependency-type: direct:production update-type: version-update:semver-minor dependency-group: docker ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent fd38d81 commit 2b01ba3

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.22 AS builder
3+
FROM alpine:3.23 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.22
20+
FROM alpine:3.23
2121

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

0 commit comments

Comments
 (0)