drone: fix apt-mirror address
This commit is contained in:
parent
d8861c544a
commit
be2d7d5ea8
1 changed files with 1 additions and 1 deletions
|
@ -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 && \
|
||||
|
|
Loading…
Reference in a new issue