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 caed86fdd2
All checks were successful
run tests / run-container (pull_request) Successful in 14s
chore(deps): update docker docker tag to v27
2024-08-29 04:10:16 +02:00

7 lines
101 B
Docker

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