[SECURITY] Change security docker file 22/136522/2
authorMichal Jagiello <michal.jagiello@t-mobile.pl>
Tue, 14 Nov 2023 14:39:15 +0000 (15:39 +0100)
committerMicha? Jagie??o <michal.jagiello@t-mobile.pl>
Tue, 14 Nov 2023 14:48:45 +0000 (14:48 +0000)
Change base image of `build_yq` section

Issue-ID: TEST-404
Signed-off-by: Michal Jagiello <michal.jagiello@t-mobile.pl>
Change-Id: I1cfc7713a0d1d2b05b86532dad3afc09edbf56a0

security/docker/Dockerfile

index be0fa35..0146698 100644 (file)
@@ -1,4 +1,4 @@
-FROM golang:1.20 AS build_yq
+FROM golang:1.21 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