Skip to content

Commit

Permalink
Update image
Browse files Browse the repository at this point in the history
  • Loading branch information
nzws committed May 22, 2024
1 parent cf7f300 commit 1382ba1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions apps/push/Dockerfile
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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

Expand Down
4 changes: 2 additions & 2 deletions apps/video/Dockerfile
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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

Expand Down

0 comments on commit 1382ba1

Please sign in to comment.