gitea: Update to latest version

This commit is contained in:
Alex Palaistras 2022-09-19 15:25:25 +01:00
parent 096d51ecb4
commit 95997af3b6

View File

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