Skip to content

Commit 73a3c09

Browse files
kridaiAsabuHere
andauthored
fix: Update Dockerfile base to be consistent with twilio-cli (#226)
* fix: Update Dockerfile to node version 18 --------- Co-authored-by: Athira Sabu <102021496+AsabuHere@users.noreply.github.com>
1 parent 4b6b13a commit 73a3c09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:14.18.1
1+
FROM node:18.16.0
22
RUN apt-get update && apt-get install -y libsecret-1-dev
33

44
RUN mkdir /cli-core

0 commit comments

Comments
 (0)