From 1382ba12ac791df8e84d99cece0f3ab4c7d53789 Mon Sep 17 00:00:00 2001 From: Yuzuki Aida Date: Wed, 22 May 2024 21:57:46 +0900 Subject: [PATCH] Update image --- apps/push/Dockerfile | 4 ++-- apps/video/Dockerfile | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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