Skip to content

Commit 774c511

Browse files
author
Ric Harvey
committed
maiking mainline the master branch
1 parent 4014652 commit 774c511

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ ENV DEBIAN_FRONTEND noninteractive
1111
# Add sources for latest nginx
1212
RUN apt-get install -y wget
1313
RUN wget -q http://nginx.org/keys/nginx_signing.key -O- | sudo apt-key add -
14-
RUN echo deb http://nginx.org/packages/ubuntu/ trusty nginx >> /etc/apt/sources.list
15-
RUN echo deb-src http://nginx.org/packages/ubuntu/ trusty nginx >> /etc/apt/sources.list
14+
RUN echo deb http://nginx.org/packages/mainline/ubuntu/ trusty nginx >> /etc/apt/sources.list
15+
RUN echo deb-src http://nginx.org/packages/mainline/ubuntu/ trusty nginx >> /etc/apt/sources.list
1616

1717
# Update System
1818
RUN apt-get update

0 commit comments

Comments
 (0)