Skip to content

Commit

Permalink
v1.19.7 (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
levonet authored Feb 17, 2021
1 parent 7f461ec commit 43a7372
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
FROM alpine:3.12 AS build

ENV NGINX_VERSION 1.19.6
ENV NGINX_VERSION 1.19.7
# https://github.com/nginx/njs
ENV NJS_MODULE_VERSION 0.5.0
ENV NJS_MODULE_VERSION 0.5.1
# https://github.com/openresty/echo-nginx-module
ENV ECHO_MODULE_VERSION v0.62
# https://github.com/openresty/headers-more-nginx-module
Expand Down Expand Up @@ -31,7 +31,7 @@ ENV JAEGER_CLIENT_VERSION v0.6.0
# https://github.com/opentracing/opentracing-cpp
ENV OPENTRACING_LIB_VERSION v1.6.0
# https://github.com/opentracing-contrib/nginx-opentracing
ENV OPENTRACING_MODULE_VERSION v0.10.0
ENV OPENTRACING_MODULE_VERSION v0.11.0

COPY *.patch /tmp/
RUN set -eux \
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Supported tags and respective `Dockerfile` links

- [`latest` (*Dockerfile*)](https://github.com/levonet/docker-nginx/blob/master/Dockerfile)
- [`1.19.6-alpine`, `1.19-alpine` (*Dockerfile*)](https://github.com/levonet/docker-nginx/blob/v1.19.6/Dockerfile) Mainline version
- [`1.19.7-alpine`, `1.19-alpine` (*Dockerfile*)](https://github.com/levonet/docker-nginx/blob/v1.19.7/Dockerfile) Mainline version
- [`1.18.0-alpine`, `1.18-alpine` (*Dockerfile*)](https://github.com/levonet/docker-nginx/blob/v1.18.0/Dockerfile) Stable version
- <details><summary>Older versions</summary>

Expand Down

0 comments on commit 43a7372

Please sign in to comment.