From 5216e1f5fcfb5c069612a152e637f59bbb28c99e Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Andrej=20Rama=C5=A1euski?= <andrej@x2.cz>
Date: Fri, 17 Dec 2021 18:21:55 +0100
Subject: [PATCH] Version up

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 2917509..8ed4c16 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -2,7 +2,7 @@ image: docker:20.10.9
 
 variables:
   DOCKER_TLS_CERTDIR: "/certs"
-  IMAGE_VER: 4.2.3-1
+  IMAGE_VER: 4.2.4-1
 
 services:
   - docker:20.10.9-dind
diff --git a/Dockerfile b/Dockerfile
index 238a8cb..14a6f03 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,3 +1,3 @@
-FROM graylog/graylog:4.2.3
+FROM graylog/graylog:4.2.4
 MAINTAINER Andrej RamaĊĦeuski <andrej.ramaseuski@pirati.cz>
 RUN curl -L -o /usr/share/graylog/plugin/graylog-output-syslog-3.3.0.jar https://github.com/wizecore/graylog2-output-syslog/releases/download/3.3.0/graylog-output-syslog-3.3.0.jar
-- 
GitLab