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 18, 2023
1 parent bbf40c4 commit 093935a
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:6f660100d4956d2c858e10962fd38370065292058f084da9c27830db0bd550e7
FROM node:${VARIANT}

# [Option] Install zsh
Expand Down

0 comments on commit 093935a

Please sign in to comment.