Files
docker-dynhost/Dockerfile
T
renovate a914e0b65d
Docker Build and Push / lint (pull_request) Successful in 6s
Docker Build and Push / build (pull_request) Successful in 15s
Docker Build and Push / test (pull_request) Successful in 9s
Docker Build and Push / push (pull_request) Has been skipped
chore(deps): update alpine docker tag to v3.24
2026-06-09 20:55:18 +00:00

9 lines
131 B
Docker

FROM alpine:3.24
# hadolint ignore=DL3018
RUN apk add --no-cache bind-tools curl
COPY entrypoint.sh /
ENTRYPOINT /entrypoint.sh