This repository has been archived on 2024-10-10. You can view files and clone it, but cannot push or open issues or pull requests.
egress-test/Dockerfile
Renovate Bot 450dded063
All checks were successful
continuous-integration/drone/push Build is passing
Update alpine Docker tag to v3.20.1
2024-06-20 20:17:54 +00:00

4 lines
No EOL
103 B
Docker

FROM amd64/alpine:3.20.1
RUN apk add --no-cache curl
ADD script.sh /script.sh
ENTRYPOINT ["/script.sh"]