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