diff --git a/README.md b/README.md index 4c24d81..ab628a0 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # NGINX with TLSv1.3 support & built-in RTMP Media Streaming Server with GeoIP2 country database. -[![Build Status](https://www.travis-ci.com/sceptic30/nginx-rtmp-geoip2-alpine.svg?branch=master)](https://www.travis-ci.com/sceptic30/nginx-rtmp-geoip2-alpine) ![Docker Pulls](https://img.shields.io/docker/pulls/admintuts/nginx) ![Nginx Version](https://img.shields.io/badge/Nginx-1.21.4-brightgreen) +[![Build Status](https://www.travis-ci.com/sceptic30/nginx-rtmp-geoip2-alpine.svg?branch=master)](https://www.travis-ci.com/sceptic30/nginx-rtmp-geoip2-alpine) ![Docker Pulls](https://img.shields.io/docker/pulls/admintuts/nginx) ![Nginx Version](https://img.shields.io/badge/Nginx-1.21.5-brightgreen) ## Building The Image @@ -26,7 +26,7 @@ You must bind mount your database file (GeoLite2-Country.mmdb or GeoLite2-City.m In a docker-compose file that would look like: ```sh webserver: - image: admintuts/nginx:1.21.4-rtmp-geoip2-alpine + image: admintuts/nginx:1.21.5-rtmp-geoip2-alpine container_name: webserver hostname: webserver restart: always @@ -60,7 +60,7 @@ spec: spec: containers: - name: nginx - image: admintuts/nginx:1.21.4-rtmp-geoip2-alpine + image: admintuts/nginx:1.21.5-rtmp-geoip2-alpine ports: - containerPort: 3080 name: nginx-http diff --git a/env.sh b/env.sh index 489e18d..88aa0ed 100644 --- a/env.sh +++ b/env.sh @@ -1 +1 @@ -export NGINX_VERSION=1.21.4 \ No newline at end of file +export NGINX_VERSION=1.21.5 \ No newline at end of file