From 1785116f5065b2adc82b56837cc2dcdd2dd369a3 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Andrej=20Rama=C5=A1euski?= <andrej@x2.cz>
Date: Thu, 13 May 2021 00:18:13 +0200
Subject: [PATCH] Bez openapi

---
 .gitlab-ci.yml | 2 +-
 Dockerfile     | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index cea2c7e..8c4d8d3 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -2,7 +2,7 @@ image: docker:19.03.12
 
 variables:
   DOCKER_TLS_CERTDIR: "/certs"
-  IMAGE_VER: 1.9.0
+  IMAGE_VER: 1.9.1
 
 services:
   - docker:19.03.12-dind
diff --git a/Dockerfile b/Dockerfile
index 3133136..0a2a053 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -28,8 +28,8 @@ RUN cpanm \
     Mojo::Pg \
     Mojo::JWT \
     Mojolicious::Plugin::Authentication \
-    Mojolicious::Plugin::Authorization \
-    Mojolicious::Plugin::OpenAPI@3.41
+    Mojolicious::Plugin::Authorization
+#    Mojolicious::Plugin::OpenAPI@3.41
 
 
 ADD . /opt/PiTube
-- 
GitLab