chore: update docker base image

updated docker base image to reduce the vulnerabilities in docker
This commit is contained in:
Dustin Loring 2025-01-17 06:57:23 -05:00 committed by GitHub
commit e312b8cd07
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,4 +1,4 @@
FROM node:20.15.1
FROM node:20.18.1-bookworm-slim
WORKDIR /app