main
ifiguero 2024-03-18 14:50:09 -03:00
parent 266768129e
commit 96a63e61ca
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
FROM node:18-bullseye-slim
FROM node:20-slim
RUN apt-get update && apt-get -y install git && apt-get clean