gitea: Update to version 1.21.1

This commit is contained in:
Alex Palaistras 2023-12-01 15:32:52 +00:00
parent 145f5f29bf
commit bade3f82ea
2 changed files with 1 additions and 2 deletions

View File

@ -1,5 +1,5 @@
FROM docker.io/debian:bookworm-slim
ARG VERSION=1.21.0
ARG VERSION=1.21.1
ENV PACKAGE_URL https://dl.gitea.io/gitea/${VERSION}/gitea-${VERSION}-linux-amd64
RUN apt-get update -y && apt-get upgrade -y && apt-get install -y --no-install-recommends \

View File

@ -48,7 +48,6 @@ PATH = /var/lib/gitea/attachments
[log]
MODE = console
LEVEL = info
ROUTER = console
ROOT_PATH = /var/lib/gitea/log
[security]