chore(deps): update alpine docker tag to v3.23.4
All checks were successful
Validate PR Title / validate (pull_request) Successful in 11s
CI / ci (pull_request) Successful in 24s

This commit is contained in:
2026-04-15 21:02:22 +00:00
parent fe7284d008
commit 065f151a62

View File

@@ -1,4 +1,4 @@
FROM alpine:3.23.3 AS webproc FROM alpine:3.23.4 AS webproc
SHELL ["/bin/ash", "-o", "pipefail", "-c"] SHELL ["/bin/ash", "-o", "pipefail", "-c"]
ENV WEBPROCVERSION=0.4.0 ENV WEBPROCVERSION=0.4.0
ENV WEBPROCURL=https://github.com/jpillora/webproc/releases/download/v$WEBPROCVERSION/webproc_"$WEBPROCVERSION"_linux_amd64.gz ENV WEBPROCURL=https://github.com/jpillora/webproc/releases/download/v$WEBPROCVERSION/webproc_"$WEBPROCVERSION"_linux_amd64.gz
@@ -6,7 +6,7 @@ RUN apk add --no-cache curl=8.17.0-r1 && \
curl -sL $WEBPROCURL | gzip -d - > /usr/local/bin/webproc && \ curl -sL $WEBPROCURL | gzip -d - > /usr/local/bin/webproc && \
chmod +x /usr/local/bin/webproc chmod +x /usr/local/bin/webproc
FROM alpine:3.23.3 FROM alpine:3.23.4
LABEL maintainer="Luke Tainton <luke@tainton.uk>" LABEL maintainer="Luke Tainton <luke@tainton.uk>"
LABEL org.opencontainers.image.source="https://git.tainton.uk/repos/docker-radius" LABEL org.opencontainers.image.source="https://git.tainton.uk/repos/docker-radius"
LABEL org.opencontainers.image.description="FreeRADIUS server with web administration interface" LABEL org.opencontainers.image.description="FreeRADIUS server with web administration interface"