Skip to content

Commit 721535b

Browse files
committed
ci: update docker containers to node@14.18
Signed-off-by: Jakub Mucha <jakub.mucha@icloud.com>
1 parent 44aebe6 commit 721535b

File tree

4 files changed

+18
-18
lines changed

4 files changed

+18
-18
lines changed

.circleci/config.yml

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
job-audit:
1717
working_directory: ~/repo
1818
docker:
19-
- image: synthetixio/docker-sec-tools:14.17-ubuntu
19+
- image: synthetixio/docker-sec-tools:14.18-ubuntu
2020
auth:
2121
username: $DOCKERHUB_USERNAME
2222
password: $DOCKERHUB_TOKEN
@@ -33,7 +33,7 @@ jobs:
3333
job-compile:
3434
working_directory: ~/repo
3535
docker:
36-
- image: synthetixio/docker-node:14.17-ubuntu
36+
- image: synthetixio/docker-node:14.18-ubuntu
3737
auth:
3838
username: $DOCKERHUB_USERNAME
3939
password: $DOCKERHUB_TOKEN
@@ -47,7 +47,7 @@ jobs:
4747
job-fork-tests:
4848
working_directory: ~/repo
4949
docker:
50-
- image: synthetixio/docker-node:14.17-ubuntu
50+
- image: synthetixio/docker-node:14.18-ubuntu
5151
auth:
5252
username: $DOCKERHUB_USERNAME
5353
password: $DOCKERHUB_TOKEN
@@ -117,7 +117,7 @@ jobs:
117117
job-lint:
118118
working_directory: ~/repo
119119
docker:
120-
- image: synthetixio/docker-node:14.17-ubuntu
120+
- image: synthetixio/docker-node:14.18-ubuntu
121121
auth:
122122
username: $DOCKERHUB_USERNAME
123123
password: $DOCKERHUB_TOKEN
@@ -129,7 +129,7 @@ jobs:
129129
job-pack-browser:
130130
working_directory: ~/repo
131131
docker:
132-
- image: synthetixio/docker-node:14.17-ubuntu
132+
- image: synthetixio/docker-node:14.18-ubuntu
133133
auth:
134134
username: $DOCKERHUB_USERNAME
135135
password: $DOCKERHUB_TOKEN
@@ -143,7 +143,7 @@ jobs:
143143
job-prepare:
144144
working_directory: ~/repo
145145
docker:
146-
- image: synthetixio/docker-node:14.17-ubuntu
146+
- image: synthetixio/docker-node:14.18-ubuntu
147147
auth:
148148
username: $DOCKERHUB_USERNAME
149149
password: $DOCKERHUB_TOKEN
@@ -173,7 +173,7 @@ jobs:
173173
job-simulate-release:
174174
working_directory: ~/repo
175175
docker:
176-
- image: synthetixio/docker-node:14.17-ubuntu
176+
- image: synthetixio/docker-node:14.18-ubuntu
177177
auth:
178178
username: $DOCKERHUB_USERNAME
179179
password: $DOCKERHUB_TOKEN
@@ -196,7 +196,7 @@ jobs:
196196
job-static-analysis:
197197
working_directory: ~/repo
198198
docker:
199-
- image: synthetixio/docker-node:14.17-ubuntu
199+
- image: synthetixio/docker-node:14.18-ubuntu
200200
auth:
201201
username: $DOCKERHUB_USERNAME
202202
password: $DOCKERHUB_TOKEN
@@ -216,7 +216,7 @@ jobs:
216216
job-test-deploy-script:
217217
working_directory: ~/repo
218218
docker:
219-
- image: synthetixio/docker-node:14.17-ubuntu
219+
- image: synthetixio/docker-node:14.18-ubuntu
220220
auth:
221221
username: $DOCKERHUB_USERNAME
222222
password: $DOCKERHUB_TOKEN
@@ -242,7 +242,7 @@ jobs:
242242
job-unit-tests-coverage-report:
243243
working_directory: ~/repo
244244
docker:
245-
- image: synthetixio/docker-sec-tools:14.17-ubuntu
245+
- image: synthetixio/docker-sec-tools:14.18-ubuntu
246246
auth:
247247
username: $DOCKERHUB_USERNAME
248248
password: $DOCKERHUB_TOKEN
@@ -258,7 +258,7 @@ jobs:
258258
job-unit-tests-coverage:
259259
working_directory: ~/repo
260260
docker:
261-
- image: synthetixio/docker-node:14.17-ubuntu
261+
- image: synthetixio/docker-node:14.18-ubuntu
262262
auth:
263263
username: $DOCKERHUB_USERNAME
264264
password: $DOCKERHUB_TOKEN
@@ -288,7 +288,7 @@ jobs:
288288
job-unit-tests-gas-report:
289289
working_directory: ~/repo
290290
docker:
291-
- image: synthetixio/docker-node:14.17-ubuntu
291+
- image: synthetixio/docker-node:14.18-ubuntu
292292
auth:
293293
username: $DOCKERHUB_USERNAME
294294
password: $DOCKERHUB_TOKEN
@@ -309,7 +309,7 @@ jobs:
309309
job-unit-tests:
310310
working_directory: ~/repo
311311
docker:
312-
- image: synthetixio/docker-node:14.17-ubuntu
312+
- image: synthetixio/docker-node:14.18-ubuntu
313313
auth:
314314
username: $DOCKERHUB_USERNAME
315315
password: $DOCKERHUB_TOKEN
@@ -341,7 +341,7 @@ jobs:
341341
job-validate-deployments:
342342
working_directory: ~/repo
343343
docker:
344-
- image: synthetixio/docker-node:14.17-ubuntu
344+
- image: synthetixio/docker-node:14.18-ubuntu
345345
auth:
346346
username: $DOCKERHUB_USERNAME
347347
password: $DOCKERHUB_TOKEN
@@ -360,7 +360,7 @@ jobs:
360360
job-validate-etherscan:
361361
working_directory: ~/repo
362362
docker:
363-
- image: synthetixio/docker-node:14.17-ubuntu
363+
- image: synthetixio/docker-node:14.18-ubuntu
364364
auth:
365365
username: $DOCKERHUB_USERNAME
366366
password: $DOCKERHUB_TOKEN
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
working_directory: ~/repo
22
docker:
3-
- image: synthetixio/docker-node:14.17-ubuntu
3+
- image: synthetixio/docker-node:14.18-ubuntu
44
auth:
55
username: $DOCKERHUB_USERNAME
66
password: $DOCKERHUB_TOKEN
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
working_directory: ~/repo
22
docker:
3-
- image: synthetixio/docker-sec-tools:14.17-ubuntu
3+
- image: synthetixio/docker-sec-tools:14.18-ubuntu
44
auth:
55
username: $DOCKERHUB_USERNAME
66
password: $DOCKERHUB_TOKEN

.github/workflows/slither-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-latest
1515

1616
container:
17-
image: ghcr.io/synthetixio/docker-sec-tools/ubuntu:14.17
17+
image: ghcr.io/synthetixio/docker-sec-tools/ubuntu:14.18
1818
credentials:
1919
username: synthetixio
2020
password: ${{ secrets.GH_PACKAGES_READ_ONLY }}

0 commit comments

Comments
 (0)