Compare commits

...

1 Commits

Author SHA1 Message Date
cefdd95ef4 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
2024-12-21 00:07:46 +00:00

View File

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