chore(deps): update docker.io/alpine docker tag to v3.20

This commit is contained in:
Renovate Bot 2024-05-23 03:08:30 +00:00
parent 95ed3a6969
commit 961427a6e8

View File

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