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

Commit c65cdee

Browse files
committed
update to nginx 1.15.0
1 parent 4e04c10 commit c65cdee

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.gitlab-ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ build27:
2424
only:
2525
variables:
2626
- $CI_COMMIT_TAG =~ /^deploy+/
27-
refs:
28-
- schedules
27+
# refs:
28+
# - schedules
2929
retry: 2
3030

3131
build36:
@@ -39,6 +39,6 @@ build36:
3939
only:
4040
variables:
4141
- $CI_COMMIT_TAG =~ /^deploy+/
42-
refs:
43-
- schedules
42+
# refs:
43+
# - schedules
4444
retry: 2

python2.7/Dockerfile

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

3-
ENV NGINX_VERSION 1.13.12-1~stretch
3+
ENV NGINX_VERSION 1.15.0-1~stretch
44

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

python3.6/Dockerfile

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

3-
ENV NGINX_VERSION 1.13.12-1~stretch
3+
ENV NGINX_VERSION 1.15.0-1~stretch
44

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

0 commit comments

Comments
 (0)