Skip to content
This repository was archived by the owner on Mar 27, 2023. It is now read-only.

Commit 0909cb6

Browse files
committed
Merge branch 'renovate/node-12.x' into 'develop'
Update node Docker tag to v12.19.0 See merge request verbose-equals-true/django-postgres-vue-gitlab-ecs!84
2 parents 7273a69 + 6828fab commit 0909cb6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.gitlab-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ include:
4444
# - backend/**/*
4545

4646
.Jest:
47-
image: node:12.16.3
47+
image: node:12.19.0
4848
stage: test
4949
before_script:
5050
- cd quasar

quasar/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:12.16.3
1+
FROM node:12.19.0
22

33
WORKDIR /app/
44

0 commit comments

Comments
 (0)