Packages: updated to 1.4-2.

This commit is contained in:
Andrei Belov
2018-09-27 15:05:03 +03:00
parent aa6e4947ba
commit 2a9fc6b1fe
35 changed files with 66 additions and 34 deletions

View File

@@ -2,7 +2,7 @@ FROM debian:stretch-slim
LABEL maintainer="NGINX Docker Maintainers <docker-maint@nginx.com>"
ENV UNIT_VERSION 1.4-1~stretch
ENV UNIT_VERSION 1.4-2~stretch
RUN set -x \
&& apt-get update \

View File

@@ -2,7 +2,7 @@ FROM debian:stretch-slim
LABEL maintainer="NGINX Docker Maintainers <docker-maint@nginx.com>"
ENV UNIT_VERSION 1.4-1~stretch
ENV UNIT_VERSION 1.4-2~stretch
RUN set -x \
&& apt-get update \

View File

@@ -2,7 +2,7 @@ FROM debian:stretch-slim
LABEL maintainer="NGINX Docker Maintainers <docker-maint@nginx.com>"
ENV UNIT_VERSION 1.4-1~stretch
ENV UNIT_VERSION 1.4-2~stretch
RUN set -x \
&& apt-get update \

View File

@@ -2,7 +2,7 @@ FROM debian:stretch-slim
LABEL maintainer="NGINX Docker Maintainers <docker-maint@nginx.com>"
ENV UNIT_VERSION 1.4-1~stretch
ENV UNIT_VERSION 1.4-2~stretch
RUN set -x \
&& apt-get update \

View File

@@ -2,7 +2,7 @@ FROM debian:stretch-slim
LABEL maintainer="NGINX Docker Maintainers <docker-maint@nginx.com>"
ENV UNIT_VERSION 1.4-1~stretch
ENV UNIT_VERSION 1.4-2~stretch
RUN set -x \
&& apt-get update \

View File

@@ -2,7 +2,7 @@ FROM debian:stretch-slim
LABEL maintainer="NGINX Docker Maintainers <docker-maint@nginx.com>"
ENV UNIT_VERSION 1.4-1~stretch
ENV UNIT_VERSION 1.4-2~stretch
RUN set -x \
&& apt-get update \

View File

@@ -2,7 +2,7 @@ FROM debian:stretch-slim
LABEL maintainer="NGINX Docker Maintainers <docker-maint@nginx.com>"
ENV UNIT_VERSION 1.4-1~stretch
ENV UNIT_VERSION 1.4-2~stretch
RUN set -x \
&& apt-get update \

View File

@@ -2,7 +2,7 @@ FROM debian:stretch-slim
LABEL maintainer="NGINX Docker Maintainers <docker-maint@nginx.com>"
ENV UNIT_VERSION 1.4-1~stretch
ENV UNIT_VERSION 1.4-2~stretch
RUN set -x \
&& apt-get update \

View File

@@ -2,7 +2,7 @@ FROM debian:stretch-slim
LABEL maintainer="NGINX Docker Maintainers <docker-maint@nginx.com>"
ENV UNIT_VERSION 1.4-1~stretch
ENV UNIT_VERSION 1.4-2~stretch
RUN set -x \
&& apt-get update \

View File

@@ -2,7 +2,7 @@
DEFAULT_VERSION := $(shell grep 'define NXT_VERSION' ../../src/nxt_main.h \
| sed -e 's/^.*"\(.*\)".*/\1/')
DEFAULT_RELEASE := 1
DEFAULT_RELEASE := 2
VERSION ?= $(DEFAULT_VERSION)
RELEASE ?= $(DEFAULT_RELEASE)