From dd2f31fc903ef5f3a52856b7922822f6b5aa3b8c Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Andrej=20Rama=C5=A1euski?= <andrej@x2.cz>
Date: Wed, 15 Dec 2021 21:45:21 +0100
Subject: [PATCH] node image upgrade

---
 .gitlab-ci.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 6e1be26..75e80af 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,4 +1,4 @@
-image: node:10
+image: node:10-buster
 
 variables:
   SITE_NAME: piratipracuji.cz
@@ -19,7 +19,7 @@ build:
     - yarn generate
   after_script:
     - echo "{ \"name\":\"$SITE_NAME\" }" > request.json
-    - "curl -k -H 'Content-Type: application/json' -X POST -d @request.json $WEBHOOK_URL"
+    - "curl -H 'Content-Type: application/json' -X POST -d @request.json $WEBHOOK_URL"
   artifacts:
     expire_in: 30 min
     paths:
-- 
GitLab