From 799af63731072d84e6652a7d0d59e67ddf4622e8 Mon Sep 17 00:00:00 2001 From: Gitouche <26656-gitouche@users.noreply.framagit.org> Date: Tue, 21 Jun 2022 19:23:47 +0200 Subject: [PATCH] Gitea 1.17.0-rc1 --- podman-gitea/vars.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/podman-gitea/vars.sh b/podman-gitea/vars.sh index 7ee1b8e..0cfaa34 100644 --- a/podman-gitea/vars.sh +++ b/podman-gitea/vars.sh @@ -1,7 +1,7 @@ #!/usr/bin/env bash ## vars gitea_image="localhost/gitea/gitea" -gitea_version='1.17.0rc1' +gitea_version='1.17.0-rc1' postgres_image="docker.io/library/postgres" postgres_version='14' ## default vars : override with ENV var