From ce72c00f50c6b8719d3a7e4cad729546a4453a30 Mon Sep 17 00:00:00 2001 From: Valentin Lab Date: Sat, 3 Apr 2021 17:19:37 +0200 Subject: [PATCH] fix: [cron] use our cache server ``docker.io`` is not responding and this might happen again anyway and our policy is to not depend from other servers. Signed-off-by: Valentin Lab --- cron/build/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cron/build/Dockerfile b/cron/build/Dockerfile index c103d749..3b631608 100644 --- a/cron/build/Dockerfile +++ b/cron/build/Dockerfile @@ -1,4 +1,4 @@ -FROM debian:jessie +FROM docker.0k.io/debian:jessie RUN apt-get update && \ DEBIAN_FRONTEND=noninteractive apt-get install -y --force-yes cron moreutils && \