Skip to content

Commit

Permalink
Bump nginx to v1.19.8 (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
levonet authored Mar 16, 2021
1 parent 43a7372 commit 610a5a2
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 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.7
ENV NGINX_VERSION 1.19.8
# https://github.com/nginx/njs
ENV NJS_MODULE_VERSION 0.5.1
ENV NJS_MODULE_VERSION 0.5.2
# https://github.com/openresty/echo-nginx-module
ENV ECHO_MODULE_VERSION v0.62
# https://github.com/openresty/headers-more-nginx-module
Expand All @@ -27,11 +27,11 @@ ENV UPSYNC_MODULE_VERSION v2.1.3
# https://github.com/xiaokai-wang/nginx-stream-upsync-module
ENV UPSYNC_STREAM_MODULE_VERSION v1.2.2
# https://github.com/jaegertracing/jaeger-client-cpp
ENV JAEGER_CLIENT_VERSION v0.6.0
ENV JAEGER_CLIENT_VERSION v0.7.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.11.0
ENV OPENTRACING_MODULE_VERSION v0.13.0

COPY *.patch /tmp/
RUN set -eux \
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2019-2020 Pavlo Bashynskyi
Copyright (c) 2019-2021 Pavlo Bashynskyi

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
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.7-alpine`, `1.19-alpine` (*Dockerfile*)](https://github.com/levonet/docker-nginx/blob/v1.19.7/Dockerfile) Mainline version
- [`1.19.8-alpine`, `1.19-alpine` (*Dockerfile*)](https://github.com/levonet/docker-nginx/blob/v1.19.8/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 610a5a2

Please sign in to comment.