diff --git a/Dockerfile.dev b/Dockerfile.dev index f946e99..f3b6036 100644 --- a/Dockerfile.dev +++ b/Dockerfile.dev @@ -1,4 +1,4 @@ -FROM mhart/alpine-node:13 +FROM mhart/alpine-node:14 # This Dockerfile adds a non-root user with sudo access. Use the "remoteUser" # property in devcontainer.json to use it. On Linux, the container user's GID/UIDs # will be updated to match your local UID/GID (when using the dockerFile property).