gitea: Update to latest version

This commit is contained in:
Alex Palaistras 2023-02-12 17:27:49 +00:00
parent e45c7650d5
commit 4289785bb5

View File

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