Skip to content

Commit

Permalink
Merge pull request #9 from auth0-training/updating-docker
Browse files Browse the repository at this point in the history
Update Docker Container
  • Loading branch information
xijing-zhang committed Sep 5, 2023
2 parents 1cb954e + 06ded21 commit 419ac58
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
8 changes: 5 additions & 3 deletions .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# [Choice] Node.js version: 16, 14, 12
ARG VARIANT="16-bullseye"
FROM mcr.microsoft.com/vscode/devcontainers/javascript-node:0-${VARIANT}
# See here for image contents: https://github.com/devcontainers/images/blob/22ce794a06cb34e12674d6aaf5e4549f6ab8ee4e/src/javascript-node/.devcontainer/Dockerfile

# [Choice] Node.js version: 18, 20
ARG VARIANT="latest"
FROM mcr.microsoft.com/vscode/devcontainers/javascript-node:${VARIANT}

# [Optional] Uncomment this section to install additional OS packages.
# RUN apt-get update && export DEBIAN_FRONTEND=noninteractive \
Expand Down
2 changes: 1 addition & 1 deletion .devcontainer/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ services:
context: .
dockerfile: Dockerfile
args:
VARIANT: 16-bullseye
VARIANT: latest
deploy:
resources:
limits:
Expand Down

0 comments on commit 419ac58

Please sign in to comment.