From 2a3d747c05d7861d877edbe0d03723492dab19ee Mon Sep 17 00:00:00 2001 From: Konstantinos Livieratos Date: Sun, 29 Jan 2023 14:08:14 +0100 Subject: [PATCH] Update base docker image tag --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 7d72658..c5ede58 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:2.4 \ No newline at end of file +FROM koslib/ga-helm-eks:2.5 \ No newline at end of file