Skip to content

Commit

Permalink
Merge pull request #24 from resideo/feat/pin-node-version
Browse files Browse the repository at this point in the history
Pin node to 12.18.4
  • Loading branch information
imranolas authored Mar 22, 2021
2 parents 5abdaf6 + ce3e40a commit f0867fd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion publish-previews/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:12-alpine
FROM node:12.18.4-alpine

RUN apk add --no-cache git bash git-subtree jq python make g++

Expand Down
2 changes: 1 addition & 1 deletion publish-releases/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:12-alpine
FROM node:12.18.4-alpine

RUN apk add --no-cache git bash git-subtree tree jq

Expand Down

0 comments on commit f0867fd

Please sign in to comment.