From 4588f9eec5a69e1fde8f7337643763110b3cb1eb Mon Sep 17 00:00:00 2001 From: renovate Date: Sat, 13 Feb 2021 01:01:48 +0000 Subject: [PATCH] Update istio/pilot Docker tag to v1.9.0 --- Dockerfile | 2 +- hardening_manifest.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 11c1a78..77a80ae 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ ARG BASE_REGISTRY=registry1.dso.mil ARG BASE_IMAGE=ironbank/redhat/ubi/ubi8 ARG BASE_TAG=8.3 -FROM istio/pilot:1.8.2 AS base +FROM istio/pilot:1.9.0 AS base FROM ${BASE_REGISTRY}/${BASE_IMAGE}:${BASE_TAG} diff --git a/hardening_manifest.yaml b/hardening_manifest.yaml index e093953..28627d4 100644 --- a/hardening_manifest.yaml +++ b/hardening_manifest.yaml @@ -40,8 +40,8 @@ labels: resources: -- tag: istio/pilot:1.8.2 - url: docker://docker.io/istio/pilot@sha256:dc778c52fab4b8081676c87657c249b4920a7acda5d0783391aa832b611128cf +- tag: istio/pilot:1.9.0 + url: docker://docker.io/istio/pilot@sha256:76d30c906669920c6beeea7420e2840199e4a3be969db5321d98cc25b3d95c02 -- GitLab