Skip to content

Commit

Permalink
feat(docker-image)!: Update Node.js to v21
Browse files Browse the repository at this point in the history
| datasource | package | from | to |
| ---------- | ------- | ---- | -- |
| docker     | node    | 18   | 21 |
  • Loading branch information
ogkevin-robot[bot] authored Nov 3, 2023
1 parent dc48809 commit 7731ad3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .devcontainer/base.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# [Choice] Node.js version (use -bullseye variants on local arm64/Apple Silicon): 18-bullseye, 16-bullseye, 14-bullseye, 18-buster, 16-buster, 14-buster
ARG VARIANT=18-bullseye@sha256:31c868979073ee9ab3387bc64ea127465a841b3ef47e7d6dee0b7ee84d3eec33
ARG VARIANT=21-bullseye@sha256:37874cdde99b97359d8f5722b3e245dfa086152efc0fc7a13582589b071cbe08
FROM node:${VARIANT}

# [Option] Install zsh
Expand Down

0 comments on commit 7731ad3

Please sign in to comment.