Update 'Dockerfile'
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Aaron Riedel 2023-04-04 22:14:11 +02:00
parent c36032412c
commit 7be568cd92

View file

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