Skip to content

Commit

Permalink
Merge pull request #5 from GoneRogueProductions/renovate/mcr.microsof…
Browse files Browse the repository at this point in the history
…t.com-devcontainers-javascript-node-20.x

Update mcr.microsoft.com/devcontainers/javascript-node Docker tag to v20
  • Loading branch information
thisiscoding1234 committed Nov 11, 2023
2 parents de7115b + d519b71 commit ebecb93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Update the NODE_VERSION arg in docker-compose.yml to pick a Node version: 18, 16, 14
ARG NODE_VERSION=16
ARG NODE_VERSION=20
FROM mcr.microsoft.com/devcontainers/javascript-node:${NODE_VERSION}

# VARIANT can be either 'hugo' for the standard version or 'hugo_extended' for the extended version.
Expand Down

0 comments on commit ebecb93

Please sign in to comment.