Skip to content

Commit

Permalink
feat(docker): use node:20.10.0-bullseye (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
char0n committed Nov 25, 2023
1 parent 956c8de commit f30df61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:16.13.2-bullseye
FROM node:20.10.0-bullseye

# use bash as default shell
SHELL ["/bin/bash", "-c"]
Expand Down

0 comments on commit f30df61

Please sign in to comment.