gitea: Update to version 1.19.2

This commit is contained in:
Alex Palaistras 2023-04-28 14:53:04 +01:00
parent 410d0715b5
commit 8d717127e3

View File

@ -1,5 +1,5 @@
FROM docker.io/debian:bullseye-slim FROM docker.io/debian:bullseye-slim
ARG VERSION=1.19.1 ARG VERSION=1.19.2
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 \