diff --git a/production/Dockerfile b/production/Dockerfile index 64b29533..3f677352 100644 --- a/production/Dockerfile +++ b/production/Dockerfile @@ -1,6 +1,6 @@ # syntax=docker/dockerfile:1 -FROM node:16.14.2-bullseye +FROM node:16.14.2-slim RUN apt update && apt install -y ca-certificates