Skip to content

Commit 521f2e4

Browse files
authored
Bump nginx to v1.21.3 (#26)
1 parent 6f06618 commit 521f2e4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM alpine:3.14 AS build
22

3-
ENV NGINX_VERSION 1.21.2
3+
ENV NGINX_VERSION 1.21.3
44
# https://github.com/nginx/njs
55
ENV NJS_MODULE_VERSION 0.6.2
66
# https://github.com/openresty/echo-nginx-module

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.21.2-alpine`, `1.21-alpine` (*Dockerfile*)](https://github.com/levonet/docker-nginx/blob/v1.21.2/Dockerfile) Mainline version
4+
- [`1.21.3-alpine`, `1.21-alpine` (*Dockerfile*)](https://github.com/levonet/docker-nginx/blob/v1.21.3/Dockerfile) Mainline version
55
- [`1.20.1-alpine`, `1.20-alpine` (*Dockerfile*)](https://github.com/levonet/docker-nginx/blob/v1.20.1/Dockerfile) Stable version
66
- <details><summary>Older versions</summary>
77

0 commit comments

Comments
 (0)