From be2d7d5ea8aaabc4807c4d7de8af5eed2754debf Mon Sep 17 00:00:00 2001 From: Michael Grote Date: Thu, 17 Nov 2022 17:05:49 +0100 Subject: [PATCH] drone: fix apt-mirror address --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 8d01c4c..497034a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,7 +7,7 @@ FROM debian:buster-slim 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 && \