egress-test/Dockerfile
Renovate Bot 6915fdf480
All checks were successful
continuous-integration/drone/push Build is passing
Update alpine Docker tag to v3.18.3
2023-08-07 20:17:42 +00:00

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"]