Files
htpasswd/Dockerfile
Julien Cabillot a300c4280f
Some checks are pending
perso/htpasswd/pipeline/head Build queued...
feat: bump alpine
2026-03-31 18:24:34 -04:00

9 lines
159 B
Docker

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