diff --git a/service/gitea/Containerfile b/service/gitea/Containerfile index 341fea6..89949ce 100644 --- a/service/gitea/Containerfile +++ b/service/gitea/Containerfile @@ -1,5 +1,5 @@ FROM docker.io/debian:bullseye-slim -ARG VERSION=1.19.2 +ARG VERSION=1.19.3 RUN apt-get update -y && apt-get upgrade -y && \ apt-get install -y --no-install-recommends curl ca-certificates gettext gosu \