diff --git a/Dockerfile b/Dockerfile index 619bd5a..7a9bea4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,7 +3,7 @@ # docker run --env-file .env -it lunchmoney-assets # docker run --env-file .env -it lunchmoney-assets bash -FROM node:23.1.0 +FROM node:23.3.0 LABEL maintainer="Michael Bianco " LABEL org.opencontainers.image.authors="Michael Bianco " \