Skip to content

Commit aed869c

Browse files
authored
Bump readme version to 3
1 parent 3230b50 commit aed869c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ A simple alpine based nginx web container that has the ability to insert environ
1212
This repository is used to generate the images available in the Docker hub. Using this image for your own project is as simple as creating a Dockerfile with the two lines below:
1313

1414
```Dockerfile
15-
FROM nstapelbroek/static-webserver:2
15+
FROM nstapelbroek/static-webserver:3
1616
COPY ./dist /var/www
1717
```
1818

@@ -43,7 +43,7 @@ To prevent [confusion](https://medium.com/@mccode/the-misunderstood-docker-tag-l
4343

4444
There are a couple of tags [available in the registry](https://hub.docker.com/r/nstapelbroek/static-webserver/tags/) for this image:
4545

46-
- `2` refers to its equally named support branch for preparing new minor or patch releases. This branch will be auto-rebuild every day meaning you'll also get the latest updates from the [upstream nginx image](https://hub.docker.com/_/nginx/). Use this branch whenever you can.
46+
- `3` refers to its equally named support branch for preparing new minor or patch releases. This branch will be auto-rebuild every day meaning you'll also get the latest updates from the [upstream nginx image](https://hub.docker.com/_/nginx/). Use this branch whenever you can.
4747
- `x.x.x` refers to an release. These releases are not auto-rebuild (yet) so you'll miss out on any updates or patches. It holds a good purpose if you want to pin to a specific release.
4848
- `latest` refers to a build with new features or improvements that are potentially BC-breaking.
4949

0 commit comments

Comments
 (0)