From 6b16001cf401fb4ee73675704c011af6ff65ef6f Mon Sep 17 00:00:00 2001 From: =?utf8?q?Matic=20Me=C5=BEnar?= Date: Mon, 17 Jun 2019 01:47:03 +0200 Subject: [PATCH] Repo key should be downloaded securely (#432) --- image/base/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/image/base/Dockerfile b/image/base/Dockerfile index af1b313..2510b7f 100644 --- a/image/base/Dockerfile +++ b/image/base/Dockerfile @@ -20,7 +20,7 @@ RUN sh -c "fping proxy && echo 'Acquire { Retries \"0\"; HTTP { Proxy \"http://p RUN apt-get -y install software-properties-common RUN apt-mark hold initscripts RUN apt-get -y upgrade -RUN curl http://apt.postgresql.org/pub/repos/apt/ACCC4CF8.asc | apt-key add - +RUN curl https://apt.postgresql.org/pub/repos/apt/ACCC4CF8.asc | apt-key add - RUN echo "deb http://apt.postgresql.org/pub/repos/apt/ $(lsb_release -sc)-pgdg main" | \ tee /etc/apt/sources.list.d/postgres.list RUN curl --silent --location https://deb.nodesource.com/setup_10.x | sudo bash - -- 2.25.1