From 48418d8e9d8c5f1e9e5ccafb143fb3477fc6b584 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andrej=20Rama=C5=A1euski?= <andrej@x2.cz> Date: Sun, 15 Dec 2024 18:28:32 +0100 Subject: [PATCH] Fix dependencies --- Dockerfile | 2 +- VERSION | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 77980a3..cc4c812 100644 --- a/Dockerfile +++ b/Dockerfile @@ -25,7 +25,7 @@ RUN cpanm \ Mojolicious \ Mojo::Pg \ Mojo::Redis \ - Mojo::JWT \ + Mojo::JWT@0.09 \ GraphQL::Client \ Mojolicious::Plugin::Authentication \ Mojolicious::Plugin::I18N \ diff --git a/VERSION b/VERSION index c5523bd..7cca771 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.17.0 +0.17.1 -- GitLab