Files
docker-dynhost/Dockerfile
T
renovate 1d4954b707
Docker Build and Push / lint (pull_request) Successful in 6s
Docker Build and Push / build (pull_request) Successful in 11s
Docker Build and Push / test (pull_request) Successful in 9s
Docker Build and Push / push (pull_request) Has been skipped
chore(deps): pin dependencies
2026-06-09 13:33:51 +00:00

9 lines
203 B
Docker

FROM alpine:3.23@sha256:5b10f432ef3da1b8d4c7eb6c487f2f5a8f096bc91145e68878dd4a5019afde11
# hadolint ignore=DL3018
RUN apk add --no-cache bind-tools curl
COPY entrypoint.sh /
ENTRYPOINT /entrypoint.sh