Update alpine Docker tag to v3.18.5 #8

Merged
aaron merged 1 commit from renovate/alpine-3.x into main 2023-12-01 21:49:31 +01:00
Showing only changes of commit 4b635bc7c1 - Show all commits

View file

@ -1,4 +1,4 @@
FROM amd64/alpine:3.18.4
FROM amd64/alpine:3.18.5
RUN apk add --no-cache curl
ADD script.sh /script.sh
ENTRYPOINT ["/script.sh"]