diff --git a/Dockerfile b/Dockerfile index 74f4c1c..165a5dd 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # --------------> Build nuxt app -FROM node:23.3.0-bookworm AS ui-build +FROM node:23.4.0-bookworm AS ui-build WORKDIR /nuxt @@ -33,7 +33,7 @@ COPY ./pocketbase/pb_hooks ./pb_hooks COPY ./pocketbase/pb_migrations ./pb_migrations # --------------> The final stage -FROM node:23.3.0-bookworm-slim +FROM node:23.4.0-bookworm-slim # Install Nginx RUN apt-get update && apt-get install -y nginx ca-certificates