aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichal Jagiello <michal.jagiello@t-mobile.pl>2023-03-15 15:07:15 +0000
committerMichal Jagiello <michal.jagiello@t-mobile.pl>2023-03-15 15:07:15 +0000
commit6f49848be79a2d51a84547e246ff8463fdfb7332 (patch)
tree1b06fa3e389a3645268a9912c61002ffd45e6a1d
parent1de5097ee77d6a5ffca6a450d9d3ef5078d1e57c (diff)
Fix security docker build
Issue-ID: INT-2154 Signed-off-by: Michal Jagiello <michal.jagiello@t-mobile.pl> Change-Id: Id1db8b86abd5711e447239e15f4f7cf2522c14d5
-rw-r--r--security/docker/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/security/docker/Dockerfile b/security/docker/Dockerfile
index 560ab0c..aa4e176 100644
--- a/security/docker/Dockerfile
+++ b/security/docker/Dockerfile
@@ -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