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 1c8452bb3d
All checks were successful
run tests / run-container (pull_request) Successful in 17s
chore(deps): update docker docker tag to v26
2024-03-21 08:12:44 +01:00

7 lines
101 B
Docker

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