fix image tag

This commit is contained in:
2024-08-19 16:26:53 -05:00
parent 43d6981753
commit 63a7ddcb48

View File

@@ -1,4 +1,4 @@
FROM 20.16.0-alpine3.20 AS runtime
FROM node:20.16.0-alpine3.20 AS runtime
WORKDIR /app
COPY . .