Update base image to node:20-slim

big mistake updating lol
This commit is contained in:
LKLY
2026-01-12 14:52:34 -05:00
committed by GitHub
parent 1339817c8b
commit 31b8338b5d
+1 -1
View File
@@ -1,4 +1,4 @@
ARG BASE_IMAGE=node:18-alpine
ARG BASE_IMAGE=node:20-slim
FROM ${BASE_IMAGE}
WORKDIR /app