gitea: Update to version 1.20.1

This commit is contained in:
Alex Palaistras 2023-07-23 10:54:37 +01:00
parent c14cef82f1
commit f7f679f9df

View File

@ -1,5 +1,5 @@
FROM docker.io/debian:bullseye-slim
ARG VERSION=1.20.0
ARG VERSION=1.20.1
RUN apt-get update -y && apt-get upgrade -y && \
apt-get install -y --no-install-recommends curl ca-certificates gettext gosu \