drone: fix apt-mirror address

This commit is contained in:
Michael Grote 2022-11-17 17:05:49 +01:00
parent d8861c544a
commit be2d7d5ea8
1 changed files with 1 additions and 1 deletions

View File

@ -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 && \