Skip to content

Commit

Permalink
feat(docker): Update Docker Compose setup to Node 20 (#87)
Browse files Browse the repository at this point in the history
Co-authored-by: Evan Strat <[email protected]>
  • Loading branch information
evan10s and evan10s authored Jan 31, 2024
1 parent ef12d4c commit 653920b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
FROM node:18-bookworm-slim as base
# TODO(#76): update to Node 20
FROM node:20-bookworm-slim as base
# References:
# - https://www.digitalocean.com/community/tutorials/how-to-build-a-node-js-application-with-docker
# - https://snyk.io/blog/choosing-the-best-node-js-docker-image/
Expand Down

0 comments on commit 653920b

Please sign in to comment.