diff --git a/apps/push/Dockerfile b/apps/push/Dockerfile index b4e204c4..d9bdd395 100644 --- a/apps/push/Dockerfile +++ b/apps/push/Dockerfile @@ -1,4 +1,4 @@ -FROM node:18-slim AS builder +FROM node:20-slim AS builder RUN apt-get update && apt-get install -y ca-certificates gnupg openssl libssl-dev libc6 USER node @@ -12,7 +12,7 @@ COPY --chown=node:node ./packages/api-types ./packages/api-types RUN yarn workspaces focus push api-types && yarn workspace api-types build && yarn workspace push build -FROM node:18-slim +FROM node:20-slim RUN apt-get update && apt-get install -y ca-certificates gnupg openssl libssl-dev libc6 # RUN apt-get install -y curl diff --git a/apps/video/Dockerfile b/apps/video/Dockerfile index 8519d602..13a90d44 100644 --- a/apps/video/Dockerfile +++ b/apps/video/Dockerfile @@ -1,4 +1,4 @@ -FROM node:18-slim AS builder +FROM node:20-slim AS builder RUN apt-get update && apt-get install -y ca-certificates gnupg openssl libssl-dev libc6 USER node @@ -12,7 +12,7 @@ COPY --chown=node:node ./packages/api-types ./packages/api-types RUN yarn workspaces focus video api-types && yarn workspace api-types build && yarn workspace video build -FROM node:18-slim +FROM node:20-slim RUN apt-get update && apt-get install -y ca-certificates gnupg openssl libssl-dev libc6 # RUN apt-get install -y curl