Merge pull request 'chore(deps): update alpine docker tag to v3.20.1' (#3) from renovate/alpine-3.x into main
Some checks failed
build container image / release_tag (push) Successful in 5s
build container image / build (push) Failing after 19s

Reviewed-on: https://git.smail.koeln/homelab/docker-ownDynDNS-netcup/pulls/3
This commit is contained in:
sujiba 2024-06-20 20:36:44 +00:00
commit 060ae9fdea

View file

@ -1,5 +1,5 @@
# Get latest app version
FROM alpine:3.20.0
FROM alpine:3.20.1
WORKDIR /clone-workspace
RUN apk update && \
apk upgrade && \