egress-test/Dockerfile
Renovate Bot c36032412c
All checks were successful
continuous-integration/drone/push Build is passing
Update alpine Docker tag to v3.17.3
2023-04-04 20:05:18 +00:00

4 lines
No EOL
97 B
Docker

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