chore(deps): update node docker tag to v23
All checks were successful
pilotwings / python (push) Successful in 1m16s
pilotwings / node (push) Successful in 20s
pilotwings / docker (push) Successful in 1m20s

This commit is contained in:
Renovate Bot 2024-12-21 00:07:46 +00:00
parent f798ce001c
commit cefdd95ef4

View File

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