Update alpine Docker tag to v3.17.3 #3

Merged
aaron merged 1 commit from renovate/alpine-3.x into main 2023-04-04 22:17:06 +02:00
Showing only changes of commit 524cbde093 - Show all commits

View file

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