chore(deps): update alpine docker tag to v3.22 #12

Merged
luke merged 1 commits from renovate/alpine-3.x into main 2025-05-30 22:29:37 +02:00
Showing only changes of commit 11334070b1 - Show all commits

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