We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46f68aa commit 7fc37fbCopy full SHA for 7fc37fb
Dockerfile
@@ -1,3 +1,3 @@
1
-FROM node:10.16.0-alpine
+FROM node:10.16.3-alpine
2
RUN apk update && apk upgrade && apk add --no-cache git openssh
3
RUN npm config set unsafe-perm true
codefresh.yml
@@ -13,12 +13,12 @@ steps:
13
revision: '${{CF_BRANCH}}'
14
build:
15
stage: build
16
- image: node:10.16.0-alpine
+ image: node:10.16.3-alpine
17
commands:
18
- yarn install
19
test:
20
21
22
23
- yarn validate
24
releaser:
0 commit comments