Update alpine Docker tag to v3.20.0

This commit is contained in:
Renovate Bot 2024-05-27 22:46:33 +00:00 committed by MrMeeb
parent 9513767892
commit 864a59f76a

View File

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