Renovate Bot
6915fdf480
All checks were successful
continuous-integration/drone/push Build is passing
4 lines
No EOL
103 B
Docker
4 lines
No EOL
103 B
Docker
FROM amd64/alpine:3.18.3
|
|
RUN apk add --no-cache curl
|
|
ADD script.sh /script.sh
|
|
ENTRYPOINT ["/script.sh"] |