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

This commit is contained in:
Aaron Riedel 2023-06-16 02:25:41 +02:00
parent 481b0c645b
commit e6cf350b9f

View file

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