Skip to content
This repository was archived by the owner on Dec 17, 2023. It is now read-only.

Commit 11f49b3

Browse files
committed
update non-alpine Dockerfiles with new version of Nginx
1 parent cc0d076 commit 11f49b3

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

python2.7/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ FROM python:2.7
22

33
RUN pip install --no-cache-dir --disable-pip-version-check uwsgi
44

5-
ENV NGINX_VERSION 1.13.7-1~jessie
5+
ENV NGINX_VERSION 1.13.9-1~jessie
66

77
# use multiple key servers to protect against build failure
88
RUN set -x && \

python3.5/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ FROM python:3.5
22

33
RUN pip install --no-cache-dir --disable-pip-version-check uwsgi
44

5-
ENV NGINX_VERSION 1.13.7-1~jessie
5+
ENV NGINX_VERSION 1.13.9-1~jessie
66

77
# use multiple key servers to protect against build failure
88
RUN set -x && \

python3.6/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ FROM python:3.6
22

33
RUN pip install --no-cache-dir --disable-pip-version-check uwsgi
44

5-
ENV NGINX_VERSION 1.13.7-1~jessie
5+
ENV NGINX_VERSION 1.13.9-1~jessie
66

77
# use multiple key servers to protect against build failure
88
RUN set -x && \

0 commit comments

Comments
 (0)