aboutsummaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
authorJose Quintana <[email protected]>2021-07-19 15:52:04 +0200
committerJose Quintana <[email protected]>2021-07-19 15:52:04 +0200
commit3189ce2e552044ff784336b26747b23003d4339f (patch)
tree02958568b6b4e8f19adb7d466ab0d977ec01006b /Dockerfile
parenta8b1fa77abc4ead9779dc186d26afef04b54f9c9 (diff)
downloadalpine-cgit-3189ce2e552044ff784336b26747b23003d4339f.tar.xz
alpine-cgit-3189ce2e552044ff784336b26747b23003d4339f.zip
chore: nginx 1.20-alpine
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile8
1 files changed, 4 insertions, 4 deletions
diff --git a/Dockerfile b/Dockerfile
index c5657dd..f025cd2 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,16 +1,16 @@
-FROM nginx:1.19-alpine
+FROM nginx:1.20-alpine
# CGit
ARG CGIT_VERSION=1.2.3-r0
ENV CGIT_VERSION=${CGIT_VERSION}
ENV CGIT_TITLE="cgit"
-ENV CGIT_DESC="A fast web interface for Git"
+ENV CGIT_DESC="The hyperfast web frontend for Git repositories"
ENV CGIT_VROOT="/"
ENV CGIT_SECTION_FROM_STARTPATH=0
ENV CGIT_MAX_REPO_COUNT=50
LABEL version="${CGIT_VERSION}" \
- description="A fast web interface for Git." \
+ description="The hyperfast web frontend for Git repositories on top of Alpine + Nginx." \
maintainer="Jose Quintana <joseluisq.net>"
RUN set -eux \
@@ -50,6 +50,6 @@ CMD chown nginx:nginx /var/cache/cgit \
LABEL org.opencontainers.image.vendor="Jose Quintana" \
org.opencontainers.image.url="https://github.com/joseluisq/alpine-cgit" \
org.opencontainers.image.title="cgit" \
- org.opencontainers.image.description="A fast web interface for git." \
+ org.opencontainers.image.description="The hyperfast web frontend for Git repositories on top of Alpine + Nginx." \
org.opencontainers.image.version="${CGIT_VERSION}" \
org.opencontainers.image.documentation="https://github.com/joseluisq/alpine-cgit"