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 9d73e3429e
commit 1b0bc3ed35

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