Merge pull request 'chore(deps): update docker.io/alpine docker tag to v3.20' (#216) from renovate/docker.io-alpine-3.x into master

Reviewed-on: #216
This commit is contained in:
Stefan Reimer 2024-06-24 10:19:21 +00:00
commit a28c41403f

View File

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