Skip to content

Commit

Permalink
Updated base image used in Docker
Browse files Browse the repository at this point in the history
  • Loading branch information
thehenrytsai committed Aug 2, 2024
1 parent cb65ee7 commit a902bf2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
FROM node:18-buster
# NOTE: `bookworm` is 2024-06-29 v12.6 release of Debian OS
# `slim` is a leaner image, optimized for production.
FROM node:20-bookworm-slim

ARG DS_PORT
ENV DS_PORT=${DS_PORT:-3000}
Expand Down

0 comments on commit a902bf2

Please sign in to comment.