gitea: Update to version 1.18.5

This commit is contained in:
Alex Palaistras 2023-03-04 16:34:30 +00:00
parent 3d3f4bb59e
commit e99faa5450

View File

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