chore(deps): update node docker tag to v23 #4

Closed
Xefir wants to merge 1 commits from renovate/node-23.x into main
Showing only changes of commit 5b74c7651e - Show all commits

View File

@ -1,4 +1,4 @@
FROM node:20.18.0-slim AS frontend FROM node:23.1.0-slim AS frontend
WORKDIR /app WORKDIR /app
COPY . . COPY . .