egress-test/Dockerfile
Renovate Bot fc90cea33c
All checks were successful
continuous-integration/drone/push Build is passing
Update alpine Docker tag to v3.18.0
2023-05-10 00:07:28 +00:00

4 lines
No EOL
97 B
Docker

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