From 361afa73aff38e3237533ee1eb096a917de1b996 Mon Sep 17 00:00:00 2001 From: Aleksandra Malinowska Date: Fri, 17 Aug 2018 17:52:05 +0200 Subject: [PATCH] Update Cluster Autoscaler base image to debian-base-amd:0.3.2 --- cluster-autoscaler/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cluster-autoscaler/Dockerfile b/cluster-autoscaler/Dockerfile index 9223f0a2212b..331b84aa1aa1 100644 --- a/cluster-autoscaler/Dockerfile +++ b/cluster-autoscaler/Dockerfile @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -FROM gcr.io/google-containers/debian-base-amd64:0.3 +FROM k8s.gcr.io/debian-base-amd64:0.3.2 LABEL maintainer="Marcin Wielgus " ENV DEBIAN_FRONTEND noninteractive