From 9a1423b2979b95b7f74a6cb721a52ba119760d83 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Janne=20Kiiskil=C3=A4?= Date: Wed, 23 Aug 2023 12:05:49 +0300 Subject: [PATCH] test_pod.yaml - upgrade alpine to 3.18 We're using a fairly old Alpine image, let's upgrade to a newer one. --- conf/test_pod.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/test_pod.yaml b/conf/test_pod.yaml index 95f76d3..cc55a26 100644 --- a/conf/test_pod.yaml +++ b/conf/test_pod.yaml @@ -43,7 +43,7 @@ spec: - echo 'pod is running'; sleep 6000000 command: - /bin/sh - image: alpine:3.9 + image: alpine:3.18 imagePullPolicy: IfNotPresent name: client resources: