Renovate Bot
b42e04ed58
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.20.3
|
|
RUN apk add --no-cache curl
|
|
ADD script.sh /script.sh
|
|
ENTRYPOINT ["/script.sh"] |