bumped upstream version, updated base image

This commit is contained in:
Tamás Gérczei 2021-02-02 08:14:45 +01:00
parent f421d38b13
commit 5dc3e145a3
Signed by: tgerczei
GPG Key ID: 5B59A7760597B1A1
1 changed files with 7 additions and 7 deletions

View File

@ -1,10 +1,10 @@
FROM alpine:3.12.3
FROM alpine:3.13.1
ARG BUILD_DATE
LABEL org.opencontainers.image.title="Gitea - Git with a cup of tea"
LABEL org.opencontainers.image.description="A painless self-hosted Git service."
LABEL org.opencontainers.image.version="1.13.1"
LABEL org.opencontainers.image.version="1.13.2"
LABEL org.opencontainers.image.url="https://gitea.io"
LABEL org.opencontainers.image.authors="Tamás Gérczei <tamas@gerczei.eu>"
LABEL org.opencontainers.image.created="${BUILD_DATE}"
@ -14,11 +14,11 @@ LABEL org.opencontainers.image.vendor="Gérczei Tamás E.V."
ADD https://www.gerczei.eu/files/tamas@gerczei.eu-5ec0fe1e.rsa.pub /etc/apk/keys/
# using a community package re-built locally via apkbuild with MySQL support
RUN apk add --repository https://www.gerczei.eu/packages/alpine/v3.12 --no-cache \
git-lfs=2.11.0-r0 \
openssh-keygen=8.3_p1-r1 \
bash=5.0.17-r0 \
gitea=1.13.1-r0 && \
RUN apk add --repository https://www.gerczei.eu/packages/alpine/v3.13 --no-cache \
git-lfs=2.13.1-r0 \
openssh-keygen=8.4_p1-r2 \
bash=5.1.0-r0 \
gitea=1.13.2-r0 && \
mkdir /var/cache/gitea && \
chown gitea:www-data /var/cache/gitea