Skip to content

Commit

Permalink
fix: Update Dockerfile base to be consistent with twilio-cli (#226)
Browse files Browse the repository at this point in the history
* fix: Update Dockerfile to node version 18
---------

Co-authored-by: Athira Sabu <[email protected]>
  • Loading branch information
kridai and AsabuHere authored May 31, 2023
1 parent 4b6b13a commit 73a3c09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:14.18.1
FROM node:18.16.0
RUN apt-get update && apt-get install -y libsecret-1-dev

RUN mkdir /cli-core
Expand Down

0 comments on commit 73a3c09

Please sign in to comment.