fix: dockerfile CA images

This commit is contained in:
Ben Allfree
2023-11-02 11:54:51 +00:00
parent edc9069f44
commit 5685e2ace2

View File

@@ -1,4 +1,5 @@
FROM node:20.9.0-slim
FROM node:20.9.0-alpine3.18
RUN apk update && apk add ca-certificates && rm -rf /var/cache/apk/*
EXPOSE 3000