Skip to content

Commit

Permalink
Wow just use node 12 wtf
Browse files Browse the repository at this point in the history
  • Loading branch information
rej156 committed Oct 30, 2019
1 parent 5e39e4c commit a30e0f1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:10
FROM node:12
ENV PORT 3001
EXPOSE 3001
WORKDIR /usr/src/app
Expand Down
2 changes: 1 addition & 1 deletion jenkins-x.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ pipelineConfig:
pipeline: release
stage: build
agent:
image: gcr.io/jenkinsxio/builder-nodejs10x
image: gcr.io/jenkinsxio/builder-nodejs12x
steps:
- name: yarn-install
sh: "yarn install"
Expand Down

0 comments on commit a30e0f1

Please sign in to comment.