Update alpine Docker tag to v3.20.0

This commit is contained in:
Renovate Bot 2024-05-27 22:07:58 +00:00 committed by MrMeeb
parent 791c866432
commit 19428f7a93

View File

@ -1,4 +1,4 @@
FROM alpine:3.19.1 as base FROM alpine:3.20.0 as base
ARG TARGETARCH ARG TARGETARCH
FROM base AS base-amd64 FROM base AS base-amd64