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

This commit is contained in:
Aaron Riedel 2023-06-16 02:26:04 +02:00
parent e6cf350b9f
commit a70f9c4e38

View file

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