fix: 💚 please renovate by rounding node version

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

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