From 1e6fdfac3e06f9a6d14a2d1ac96a014de6a0974d Mon Sep 17 00:00:00 2001 From: Konstantinos Livieratos Date: Thu, 15 Sep 2022 22:13:08 +0200 Subject: [PATCH] Updated base image in action --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 220dd8b..e1d567f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ # For contributors: in case someone would like to contribute a change in the base docker image, # please open a PR for the `dockerhub/Dockerfile` in the same project. -FROM koslib/ga-helm-eks:1.0 \ No newline at end of file +FROM koslib/ga-helm-eks:2.0 \ No newline at end of file