Skip to content

Commit

Permalink
feat(docker-image)!: Update Node.js to v20
Browse files Browse the repository at this point in the history
| datasource | package | from | to |
| ---------- | ------- | ---- | -- |
| docker     | node    | 18   | 20 |
  • Loading branch information
ogkevin-robot[bot] authored Sep 8, 2023
1 parent a5375a4 commit 4d5b4d7
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:ac3f66d9f35a704ec33831a1e90d90eb3eb20506cf24750837b442612728e51a
ARG VARIANT=20-bullseye@sha256:0f0030e61cb5b34f8ec755fc77ce2c87a5cb7adfdbaf1e39561d07a4db4db2ca
FROM node:${VARIANT}

# [Option] Install zsh
Expand Down

0 comments on commit 4d5b4d7

Please sign in to comment.