From 614b23fdf0e440915061de4ea79b1343971fea1c Mon Sep 17 00:00:00 2001 From: mg Date: Thu, 17 Nov 2022 17:09:54 +0100 Subject: [PATCH] drone: fix apt-mirror address --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index c03555f..376a28f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ FROM ubuntu:focal ENV DEBIAN_FRONTEND=noninteractive -ENV http_proxy=http://acng.grote.lan:9999 +ENV http_proxy=http://acng2.grote.lan:9999 # hadolint ignore=DL3008,DL3028 RUN apt-get update && \