From 55f50f5a8a9dfa2c7fb16f80d8fc7c99be8607bd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thibault=20=E2=80=9CAd=C3=A6dra=E2=80=9D=20Hamel?= Date: Mon, 24 Jun 2024 20:33:59 +0200 Subject: [PATCH] 1.21 -> 1.22 --- Containerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Containerfile b/Containerfile index d0b1565..95739c8 100644 --- a/Containerfile +++ b/Containerfile @@ -1,3 +1,3 @@ -FROM gitea/gitea:1.21 +FROM gitea/gitea:1.22 RUN apk --no-cache add asciidoctor ruby-rouge COPY extended_rouge.rb /opt/extended_rouge.rb