Skip to content

Commit a5a252b

Browse files
committed
Bump example Dockerfile version to 2
1 parent 644d9bb commit a5a252b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
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:1
15+
FROM nstapelbroek/static-webserver:2
1616
COPY ./dist /var/www
1717
```
1818

0 commit comments

Comments
 (0)