This repository has been archived on 2024-09-20. You can view files and clone it, but cannot push or open issues or pull requests.
docker-run-action/Dockerfile
renovate-bot 47d2f75528
All checks were successful
run tests / run-container (pull_request) Successful in 40s
chore(deps): update docker docker tag to v24
2023-08-16 19:25:55 +02:00

7 lines
101 B
Docker

FROM docker:24.0
RUN apk add bash
COPY entrypoint.sh /entrypoint.sh
ENTRYPOINT ["/entrypoint.sh"]