fix: 💚 please renovate by rounding node version
All checks were successful
pilotwings / python (push) Successful in 1m28s
pilotwings / node (push) Successful in 25s
pilotwings / docker (push) Successful in 1m45s

This commit is contained in:
Michel Roux 2024-11-06 08:52:12 +01:00
parent d45299a983
commit 9eaf451213

View File

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