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

This commit is contained in:
2025-12-03 20:02:18 +00:00
parent 12d1195177
commit 781498fcfd

View File

@@ -1,4 +1,4 @@
FROM alpine:3.22 AS build
FROM alpine:3.23 AS build
LABEL maintainer="Luke Tainton <luke@tainton.uk>"
FROM build AS webproc