File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 11FROM alpine:3.12 AS build
22
3- ENV NGINX_VERSION 1.19.7
3+ ENV NGINX_VERSION 1.19.8
44# https://github.com/nginx/njs
5- ENV NJS_MODULE_VERSION 0.5.1
5+ ENV NJS_MODULE_VERSION 0.5.2
66# https://github.com/openresty/echo-nginx-module
77ENV ECHO_MODULE_VERSION v0.62
88# https://github.com/openresty/headers-more-nginx-module
@@ -27,11 +27,11 @@ ENV UPSYNC_MODULE_VERSION v2.1.3
2727# https://github.com/xiaokai-wang/nginx-stream-upsync-module
2828ENV UPSYNC_STREAM_MODULE_VERSION v1.2.2
2929# https://github.com/jaegertracing/jaeger-client-cpp
30- ENV JAEGER_CLIENT_VERSION v0.6 .0
30+ ENV JAEGER_CLIENT_VERSION v0.7 .0
3131# https://github.com/opentracing/opentracing-cpp
3232ENV OPENTRACING_LIB_VERSION v1.6.0
3333# https://github.com/opentracing-contrib/nginx-opentracing
34- ENV OPENTRACING_MODULE_VERSION v0.11 .0
34+ ENV OPENTRACING_MODULE_VERSION v0.13 .0
3535
3636COPY *.patch /tmp/
3737RUN set -eux \
Original file line number Diff line number Diff line change 11MIT License
22
3- Copyright (c) 2019-2020 Pavlo Bashynskyi
3+ Copyright (c) 2019-2021 Pavlo Bashynskyi
44
55Permission is hereby granted, free of charge, to any person obtaining a copy
66of this software and associated documentation files (the "Software"), to deal
Original file line number Diff line number Diff line change 11# Supported tags and respective ` Dockerfile ` links
22
33- [ ` latest ` (* Dockerfile* )] ( https://github.com/levonet/docker-nginx/blob/master/Dockerfile )
4- - [ ` 1.19.7 -alpine ` , ` 1.19-alpine ` (* Dockerfile* )] ( https://github.com/levonet/docker-nginx/blob/v1.19.7 /Dockerfile ) Mainline version
4+ - [ ` 1.19.8 -alpine ` , ` 1.19-alpine ` (* Dockerfile* )] ( https://github.com/levonet/docker-nginx/blob/v1.19.8 /Dockerfile ) Mainline version
55- [ ` 1.18.0-alpine ` , ` 1.18-alpine ` (* Dockerfile* )] ( https://github.com/levonet/docker-nginx/blob/v1.18.0/Dockerfile ) Stable version
66- <details ><summary >Older versions</summary >
77
You can’t perform that action at this time.
0 commit comments