chore(deps): update node docker tag to v23
All checks were successful
pilotwings / python (push) Successful in 1m41s
pilotwings / node (push) Successful in 32s
pilotwings / docker (push) Successful in 1m59s

This commit is contained in:
Renovate Bot 2024-11-06 06:46:30 +00:00
parent d45299a983
commit 5b74c7651e

View File

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