Use latest nginx version
This commit is contained in:
parent
4af423e399
commit
be2c0a7c17
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
||||||
FROM nginx:1.17.8
|
FROM nginx:1.18.0
|
||||||
MAINTAINER Jonathan Adami <contact@jadami.com>
|
MAINTAINER Jonathan Adami <contact@jadami.com>
|
||||||
LABEL creator="Jason Wilder mail@jasonwilder.com"
|
LABEL creator="Jason Wilder mail@jasonwilder.com"
|
||||||
|
|
||||||
|
@ -11,7 +11,7 @@ RUN apt-get update \
|
||||||
python3 python3-pip \
|
python3 python3-pip \
|
||||||
&& pip3 install crossplane \
|
&& pip3 install crossplane \
|
||||||
&& apt-get purge -y python3-pip \
|
&& apt-get purge -y python3-pip \
|
||||||
&& apt autoremove -y \
|
&& apt-get autoremove -y \
|
||||||
&& apt-get clean \
|
&& apt-get clean \
|
||||||
&& rm -r /var/lib/apt/lists/*
|
&& rm -r /var/lib/apt/lists/*
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue