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

This commit is contained in:
Renovate [BOT] 2025-05-30 18:31:51 +00:00
parent 7981877152
commit 11334070b1

View File

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