Skip to content

Commit 610a5a2

Browse files
authored
Bump nginx to v1.19.8 (#10)
1 parent 43a7372 commit 610a5a2

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

Dockerfile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
FROM 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
77
ENV 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
2828
ENV 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
3232
ENV 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

3636
COPY *.patch /tmp/
3737
RUN set -eux \

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2019-2020 Pavlo Bashynskyi
3+
Copyright (c) 2019-2021 Pavlo Bashynskyi
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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

0 commit comments

Comments
 (0)