gitea: Update to version 1.19.3

This commit is contained in:
Alex Palaistras 2023-05-06 21:57:09 +02:00
parent 8d717127e3
commit 252ac7b28f

View File

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