Skip to content

Commit 30d55b4

Browse files
authored
v2.1.1 (#33)
Major updates * Using latest base image Documentation updates * Simplifying shields on README Development updates * Adding markdownlint.json
1 parent 74e96a2 commit 30d55b4

File tree

4 files changed

+8
-3
lines changed

4 files changed

+8
-3
lines changed

.markdownlint.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"MD013": false,
3+
"MD033": false
4+
}

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM bcgdesign/nginx:alpine3.13-2.1.0
1+
FROM bcgdesign/nginx:alpine3.13-2.1.1
22

33
LABEL maintainer="Ben Green <[email protected]>" \
44
org.label-schema.name="Nginx Proxy" \

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# Docker Nginx Proxy
22

3-
![GitHub release (latest by date)](https://img.shields.io/github/v/release/bencgreen/docker-nginx-proxy) ![GitHub Workflow Status](https://img.shields.io/github/workflow/status/bencgreen/docker-nginx-proxy/dev?label=github) ![Docker Cloud Build Status](https://img.shields.io/docker/cloud/build/bcgdesign/nginx-proxy?label=docker) ![Docker Pulls](https://img.shields.io/docker/pulls/bcgdesign/nginx-proxy?label=pulls) ![Docker Image Size (tag)](https://img.shields.io/docker/image-size/bcgdesign/nginx-proxy/latest?label=size)
3+
![GitHub release (latest by date)](https://img.shields.io/github/v/release/bencgreen/docker-nginx-proxy) ![Docker Pulls](https://img.shields.io/docker/pulls/bcgdesign/nginx-proxy?label=pulls) ![Docker Image Size (tag)](https://img.shields.io/docker/image-size/bcgdesign/nginx-proxy/latest?label=size)<br/>
4+
![GitHub Workflow Status](https://img.shields.io/github/workflow/status/bencgreen/docker-nginx-proxy/dev?label=build)
45

56
[Docker Repository](https://hub.docker.com/r/bcgdesign/nginx-proxy) - [bcg|design ecosystem](https://github.com/bencgreen/docker)
67

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.1.0
1+
2.1.1

0 commit comments

Comments
 (0)