chore(deps): update alpine docker tag to v3.23.3 (#14)
Some checks failed
Release / Tag release (push) Successful in 11s
Release / Create Release (push) Successful in 2s
Release / Publish Docker Images (push) Failing after 48s

Co-authored-by: renovate[bot] <renovate-bot@git.tainton.uk>
Co-committed-by: renovate[bot] <renovate-bot@git.tainton.uk>
This commit was merged in pull request #14.
This commit is contained in:
2026-01-28 01:44:54 +00:00
committed by renovate[bot]
parent 158aa2af32
commit e9a8eb75fb

View File

@@ -1,4 +1,4 @@
FROM alpine:3.23.2 as build
FROM alpine:3.23.3 as build
LABEL maintainer="Luke Tainton <luke@tainton.uk>"
LABEL org.opencontainers.image.source="https://git.tainton.uk/repos/docker-radius"