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 Dec 26, 2023
1 parent 2a4f2bc commit b64caac
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:9b75e4d8786770d693d39123d848eb8961dbf6ce0fee11d4c0018485e1e2343e
ARG VARIANT=21-bullseye@sha256:6a61dcbee6c9556f8d36ef6b5614609fe981d2812bd0f3abdf1ed15eb6652007
FROM node:${VARIANT}

# [Option] Install zsh
Expand Down

0 comments on commit b64caac

Please sign in to comment.