gitea: Update to latest version

This commit is contained in:
Alex Palaistras 2022-08-25 22:23:51 +01:00
parent 9ee50ce43d
commit 6e9a9e5b1b

View File

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