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 111da0f4de
All checks were successful
run tests / run-container (pull_request) Successful in 16s
chore(deps): update docker docker tag to v25
2024-01-20 08:09:13 +01:00

7 lines
101 B
Docker

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