You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ A simple alpine based nginx web container that has the ability to insert environ
12
12
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:
13
13
14
14
```Dockerfile
15
-
FROM nstapelbroek/static-webserver:2
15
+
FROM nstapelbroek/static-webserver:3
16
16
COPY ./dist /var/www
17
17
```
18
18
@@ -43,7 +43,7 @@ To prevent [confusion](https://medium.com/@mccode/the-misunderstood-docker-tag-l
43
43
44
44
There are a couple of tags [available in the registry](https://hub.docker.com/r/nstapelbroek/static-webserver/tags/) for this image:
45
45
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.
47
47
-`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.
48
48
-`latest` refers to a build with new features or improvements that are potentially BC-breaking.
0 commit comments