gitea: Update to version 1.19.4

This commit is contained in:
Alex Palaistras 2023-07-11 19:45:44 +01:00
parent 8fce96dc1f
commit 542fbbbcea

View File

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