fix(Dockerfile): update Alpine and curl versions for improved stability
This commit is contained in:
@@ -1,9 +1,9 @@
|
|||||||
FROM alpine:3.23
|
FROM alpine:3.23.2
|
||||||
LABEL maintainer="Luke Tainton <luke@tainton.uk>"
|
LABEL maintainer="Luke Tainton <luke@tainton.uk>"
|
||||||
LABEL org.opencontainers.image.source="https://git.tainton.uk/repos/documize-docker"
|
LABEL org.opencontainers.image.source="https://git.tainton.uk/repos/documize-docker"
|
||||||
ARG DOCUMIZE_VERSION=v5.14.0
|
ARG DOCUMIZE_VERSION=v5.14.0
|
||||||
ENV DOCUMIZEPORT=5001
|
ENV DOCUMIZEPORT=5001
|
||||||
RUN apk add --no-cache curl=8.17.0-r0
|
RUN apk add --no-cache curl=8.17.0-r1
|
||||||
WORKDIR /opt
|
WORKDIR /opt
|
||||||
RUN curl -L -o documize "https://github.com/documize/community/releases/download/${DOCUMIZE_VERSION}/documize-community-linux-amd64" && chmod 755 documize
|
RUN curl -L -o documize "https://github.com/documize/community/releases/download/${DOCUMIZE_VERSION}/documize-community-linux-amd64" && chmod 755 documize
|
||||||
ENTRYPOINT ["./documize -port ${DOCUMIZEPORT}"]
|
ENTRYPOINT ["./documize -port ${DOCUMIZEPORT}"]
|
||||||
|
|||||||
Reference in New Issue
Block a user