Skip to content

Commit 4eee88c

Browse files
committed
chore: Upgrade node versions
1 parent 64802d7 commit 4eee88c

File tree

1 file changed

+18
-18
lines changed

1 file changed

+18
-18
lines changed

README.md

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -7,47 +7,47 @@ This repo is set up to use automated builds on docker hub.
77
On Docker Hub: https://hub.docker.com/r/livingdocs/node
88

99
```sh
10-
docker build -t livingdocs/node:14.6 -t livingdocs/node:14 - < node-14.Dockerfile
11-
docker build -t livingdocs/node:16.2 -t livingdocs/node:16 - < node-16.Dockerfile
12-
docker build -t livingdocs/node:18.1 -t livingdocs/node:18 - < node-18.Dockerfile
10+
docker build -t livingdocs/node:14.7 -t livingdocs/node:14 - < node-14.Dockerfile
11+
docker build -t livingdocs/node:16.3 -t livingdocs/node:16 - < node-16.Dockerfile
12+
docker build -t livingdocs/node:18.2 -t livingdocs/node:18 - < node-18.Dockerfile
1313
docker push livingdocs/node:18
14-
docker push livingdocs/node:18.1
14+
docker push livingdocs/node:18.3
1515
docker push livingdocs/node:16
16-
docker push livingdocs/node:16.2
16+
docker push livingdocs/node:16.3
1717
docker push livingdocs/node:14
18-
docker push livingdocs/node:14.6
18+
docker push livingdocs/node:14.7
1919
```
2020

2121
### livingdocs/server-base
2222

2323
On Docker Hub: https://hub.docker.com/r/livingdocs/server-base
2424

2525
```sh
26-
docker build -f ./livingdocs-server-base/14.Dockerfile -t livingdocs/server-base:14.5 -t livingdocs/server-base:14 ./livingdocs-server-base
27-
docker build -f ./livingdocs-server-base/16.Dockerfile -t livingdocs/server-base:16.3 -t livingdocs/server-base:16 ./livingdocs-server-base
28-
docker build -f ./livingdocs-server-base/18.Dockerfile -t livingdocs/server-base:18.1 -t livingdocs/server-base:18 ./livingdocs-server-base
26+
docker build -f ./livingdocs-server-base/14.Dockerfile -t livingdocs/server-base:14.6 -t livingdocs/server-base:14 ./livingdocs-server-base
27+
docker build -f ./livingdocs-server-base/16.Dockerfile -t livingdocs/server-base:16.4 -t livingdocs/server-base:16 ./livingdocs-server-base
28+
docker build -f ./livingdocs-server-base/18.Dockerfile -t livingdocs/server-base:18.2 -t livingdocs/server-base:18 ./livingdocs-server-base
2929
docker push livingdocs/server-base:18
30-
docker push livingdocs/server-base:18.1
30+
docker push livingdocs/server-base:18.2
3131
docker push livingdocs/server-base:16
32-
docker push livingdocs/server-base:16.3
32+
docker push livingdocs/server-base:16.4
3333
docker push livingdocs/server-base:14
34-
docker push livingdocs/server-base:14.5
34+
docker push livingdocs/server-base:14.6
3535
```
3636

3737
### livingdocs/editor-base
3838

3939
On Docker Hub: https://hub.docker.com/r/livingdocs/editor-base
4040

4141
```sh
42-
docker build -t livingdocs/editor-base:14.5 -t livingdocs/editor-base:14 - < ./livingdocs-editor-base/14.Dockerfile
43-
docker build -t livingdocs/editor-base:16.3 -t livingdocs/editor-base:16 - < ./livingdocs-editor-base/16.Dockerfile
44-
docker build -t livingdocs/editor-base:18.3 -t livingdocs/editor-base:18 - < ./livingdocs-editor-base/18.Dockerfile
42+
docker build -t livingdocs/editor-base:14.6 -t livingdocs/editor-base:14 - < ./livingdocs-editor-base/14.Dockerfile
43+
docker build -t livingdocs/editor-base:16.4 -t livingdocs/editor-base:16 - < ./livingdocs-editor-base/16.Dockerfile
44+
docker build -t livingdocs/editor-base:18.4 -t livingdocs/editor-base:18 - < ./livingdocs-editor-base/18.Dockerfile
4545
docker push livingdocs/editor-base:18
46-
docker push livingdocs/editor-base:18.3
46+
docker push livingdocs/editor-base:18.4
4747
docker push livingdocs/editor-base:16
48-
docker push livingdocs/editor-base:16.3
48+
docker push livingdocs/editor-base:16.4
4949
docker push livingdocs/editor-base:14
50-
docker push livingdocs/editor-base:14.5
50+
docker push livingdocs/editor-base:14.6
5151
```
5252

5353
### livingdocs/docker-node

0 commit comments

Comments
 (0)