Skip to content

Commit 7fc37fb

Browse files
committed
ci: update Node version to 10.16.3
1 parent 46f68aa commit 7fc37fb

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
FROM node:10.16.0-alpine
1+
FROM node:10.16.3-alpine
22
RUN apk update && apk upgrade && apk add --no-cache git openssh
33
RUN npm config set unsafe-perm true

codefresh.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@ steps:
1313
revision: '${{CF_BRANCH}}'
1414
build:
1515
stage: build
16-
image: node:10.16.0-alpine
16+
image: node:10.16.3-alpine
1717
commands:
1818
- yarn install
1919
test:
2020
stage: build
21-
image: node:10.16.0-alpine
21+
image: node:10.16.3-alpine
2222
commands:
2323
- yarn validate
2424
releaser:

0 commit comments

Comments
 (0)