Skip to content

Commit

Permalink
update to Node 12
Browse files Browse the repository at this point in the history
  • Loading branch information
goenning committed Oct 22, 2019
1 parent 2e29611 commit 6c027a5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
FROM golang:1.13.3

#Versions
ENV DOCKER_CLI_VER 18.06.3-ce
ENV NODE_VER 10.x
ENV DOCKER_CLI_VER 19.03.4
ENV NODE_VER 12.x
ENV NPM_VER 6

# Setup
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ https://circleci.com/docs/2.0/custom-images/

## Publish steps

Current Version: 0.0.20
Current Version: 0.0.21

- docker build -t getfider/circleci:<version> .
- docker push getfider/circleci:<version>

0 comments on commit 6c027a5

Please sign in to comment.