Files
htpasswd/Dockerfile
T
renovate 243f3a66e2
Docker Build and Push / build (pull_request) Successful in 22s
Pin dependencies
2026-06-09 13:45:59 +00:00

9 lines
231 B
Docker

FROM alpine:3.23@sha256:5b10f432ef3da1b8d4c7eb6c487f2f5a8f096bc91145e68878dd4a5019afde11
LABEL maintainer="Cabillot Julien <dockerimages@cabillot.eu>"
RUN apk add --no-cache apache2-utils
USER "nobody"
ENTRYPOINT [ "htpasswd" ]