From 7be44769bb53e10d8c8f2e771cbe4933847a604d Mon Sep 17 00:00:00 2001
From: Mikhail Klimko <mikhail.klimko@codefresh.io>
Date: Sat, 22 Oct 2022 20:17:02 +0300
Subject: [PATCH 1/3] bump version

---
 service.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/service.yaml b/service.yaml
index 3afac7a..847cf8e 100644
--- a/service.yaml
+++ b/service.yaml
@@ -1 +1 @@
-version: 10.1.12
+version: 10.1.13

From 366baee12e7a556900fb575d98246b8ff43cfea2 Mon Sep 17 00:00:00 2001
From: Mikhail Klimko <mikhail.klimko@codefresh.io>
Date: Sat, 22 Oct 2022 20:23:32 +0300
Subject: [PATCH 2/3] bump version


From 80e782c432985d0020bac6a530b2ad13cc147c1f Mon Sep 17 00:00:00 2001
From: Mikhail Klimko <mikhail.klimko@codefresh.io>
Date: Sat, 22 Oct 2022 20:31:27 +0300
Subject: [PATCH 3/3] bump version

---
 Dockerfile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Dockerfile b/Dockerfile
index 054c126..d56a29f 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,6 +1,6 @@
 FROM alpine:3.15.6
 
-RUN apk add --no-cache git=~2.34.4 bash openssh
+RUN apk add --no-cache git=~2.34.5 bash openssh
 
 # install git-lfs
 RUN apk add --no-cache --virtual deps openssl && \
@@ -22,7 +22,7 @@ RUN chmod +x /run/start.sh
 
 #add non-root user
 RUN addgroup -g 1000 nodegroup \
-    && adduser -u 1000 -G nodegroup -s /bin/sh -D nodeuser 
+    && adduser -u 1000 -G nodegroup -s /bin/sh -D nodeuser
 USER nodeuser
 
 CMD ["/run/start.sh"]