Update alpine Docker tag to v3.20.0
Some checks failed
Test Pull Request / Notify (pull_request) Has been skipped
Test Pull Request / Build Image (pull_request) Failing after 1m36s

This commit is contained in:
Renovate Bot 2024-05-27 22:46:33 +00:00
parent 452413c3d1
commit f93f798cde
Signed by: renovate-bot
GPG Key ID: BDE9DE8B6AE0526A

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