Compare commits

...

2 commits

Author SHA1 Message Date
sujiba
953eeb68b8 Merge pull request 'chore(deps): update alpine docker tag to v3.21.3' (#24) from renovate/alpine-3.x into main
All checks were successful
build image / release_tag (push) Successful in 28s
build image / build (push) Successful in 6m15s
build image / publish_release (push) Successful in 6s
Reviewed-on: https://git.smail.koeln/homelab/docker-ownDynDNS-netcup/pulls/24
2025-03-21 20:05:09 +01:00
aebe99de56 chore(deps): update alpine docker tag to v3.21.3 2025-02-14 21:44:47 +00:00

View file

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