chore(deps): update docker.io/alpine docker tag to v3.22 #119

Open
renovate wants to merge 1 commits from renovate/docker.io-alpine-3.x into main
Showing only changes of commit e583b7d41c - Show all commits

View File

@ -1,4 +1,4 @@
ARG ALPINE_VERSION=3.21
ARG ALPINE_VERSION=3.22
FROM docker.io/alpine:${ALPINE_VERSION}