Bump node from 14-slim to 15-slim in /.devcontainer

Bumps node from 14-slim to 15-slim.

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2020-10-23 06:02:12 +00:00 committed by GitHub
parent f54e7f260c
commit 0b61327522
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,4 @@
FROM node:14-slim as dev
FROM node:15-slim as dev
ENV DEBIAN_FRONTEND=noninteractive