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 27, 2023
1 parent 9e59d81 commit 15bdc16
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:772f910c34bf1419307abe281c8a0b27206359db864fac50781665508a88e7e6
ARG VARIANT=21-bullseye@sha256:c28328f34bd3141526b84a0ef58920017918f05915e307e4ad9d07b9000af3e7
FROM node:${VARIANT}

# [Option] Install zsh
Expand Down

0 comments on commit 15bdc16

Please sign in to comment.