Fix security docker build 71/133671/1
authorMichal Jagiello <michal.jagiello@t-mobile.pl>
Wed, 15 Mar 2023 15:07:15 +0000 (15:07 +0000)
committerMichal Jagiello <michal.jagiello@t-mobile.pl>
Wed, 15 Mar 2023 15:07:15 +0000 (15:07 +0000)
Issue-ID: INT-2154
Signed-off-by: Michal Jagiello <michal.jagiello@t-mobile.pl>
Change-Id: Id1db8b86abd5711e447239e15f4f7cf2522c14d5

security/docker/Dockerfile

index 560ab0c..aa4e176 100644 (file)
@@ -1,4 +1,4 @@
-FROM golang:1.19 AS build_yq
+FROM golang:1.20 AS build_yq
 WORKDIR /go/src/github.com/mikefarah/
 RUN git clone https://github.com/mikefarah/yq.git --depth 1
 WORKDIR /go/src/github.com/mikefarah/yq