Skip to content

Commit dea1356

Browse files
authored
Merge pull request #45 from altertek/dependabot/docker/docker-60be0b6e22
chore(deps): bump alpine from 3.22 to 3.23 in the docker group
2 parents a8103c4 + 2b01ba3 commit dea1356

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)