diff --git a/Dockerfile b/Dockerfile index 6ccdfff..71fa749 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Container image that runs your code -FROM node:16 +FROM node:19 # Install jq RUN apt-get update && apt-get install jq -y