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 5a2e55d commit 7b7b72eCopy full SHA for 7b7b72e
.node-version
@@ -1 +1 @@
1
-12.18.2
+12.18.4
Dockerfile
@@ -1,3 +1,3 @@
-FROM node:12.18.2-alpine
+FROM node:12.18.4-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:12.18.2-alpine
+ image: node:12.18.4-alpine
17
commands:
18
- yarn install
19
test:
20
21
22
23
- yarn validate
24
releaser:
0 commit comments