diff --git a/Dockerfile b/Dockerfile index 2238f921..23b8d63c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,7 +9,7 @@ COPY . . RUN pnpm install --frozen-lockfile && pnpm build #------------- -FROM nginx:1.25.2-alpine +FROM nginx:1.25.3-alpine COPY nginx.conf /etc/nginx/conf.d/default.conf COPY --from=build /app/dist /usr/share/nginx/html