Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
ValeryVerkhoturov authored Apr 1, 2024
1 parent 9c0fb1f commit bc08e15
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
FROM node:18-alpine AS base
FROM node:20-alpine AS base

##### DEPENDENCIES

FROM base AS deps
RUN apk update && apk add --no-cache libc6-compat openssl1.1-compat
RUN apk add --no-cache libc6-compat openssl
WORKDIR /app

# Install Prisma Client - remove if not using Prisma
Expand Down

0 comments on commit bc08e15

Please sign in to comment.