Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update nginx to latest stable #725

Merged
merged 8 commits into from
Feb 18, 2020
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion services/nginz/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ RUN cd /src/libzauth/libzauth-c \
# Nginz container
FROM alpine:3.8

ENV NGINX_VERSION 1.14.2
ENV NGINX_VERSION 1.16.0

# Install libzauth
COPY --from=libzauth-builder /usr/local/include/zauth.h /usr/local/include/zauth.h
Expand Down
2 changes: 1 addition & 1 deletion services/nginz/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
LANG := en_US.UTF-8
SHELL := /usr/bin/env bash
NAME := nginz
NGINX_VERSION = 1.14.2
NGINX_VERSION = 1.16.0
NGINZ_VERSION ?=
SWAGGER_VERSION:= 2.2.10
ARCH := $(shell if [ -f "`which dpkg-architecture`" ]; then dpkg-architecture -qDEB_HOST_ARCH; else [ -f "`which dpkg`" ] && dpkg --print-architecture; fi )
Expand Down