diff --git a/service/gitea/Containerfile b/service/gitea/Containerfile index 8503203..c633636 100644 --- a/service/gitea/Containerfile +++ b/service/gitea/Containerfile @@ -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 \