Packages: updated to 1.4-2.
This commit is contained in:
@@ -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 \
|
||||
|
||||
@@ -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 \
|
||||
|
||||
@@ -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 \
|
||||
|
||||
@@ -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 \
|
||||
|
||||
@@ -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 \
|
||||
|
||||
@@ -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 \
|
||||
|
||||
@@ -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 \
|
||||
|
||||
@@ -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 \
|
||||
|
||||
@@ -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 \
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user