We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 36fe4fc commit 4ca6284Copy full SHA for 4ca6284
Dockerfile
@@ -1,3 +1,3 @@
1
-FROM node:10.19.0-alpine
+FROM node:12.18.2-alpine
2
RUN apk update && apk upgrade && apk add --no-cache git openssh
3
RUN npm config set unsafe-perm true
codefresh.yml
@@ -21,12 +21,12 @@ steps:
21
revision: '${{CF_BRANCH}}'
22
build:
23
stage: build
24
- image: node:10.19.0-alpine
+ image: node:12.18.2-alpine
25
commands:
26
- yarn install
27
test:
28
29
30
31
- yarn validate
32
releaser:
0 commit comments