Skip to content

Commit

Permalink
fix to alpine3.20
Browse files Browse the repository at this point in the history
  • Loading branch information
adriangohjw committed Dec 10, 2024
1 parent 6bccd11 commit 7d41e66
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion apps/studio/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
FROM node:22-alpine AS base
# needed to pin to 3.20 because Prisma uses OpenSSL but it has been shifted to another location in 3.21
# Ref: https://github.com/prisma/prisma/issues/25817
# Solution: https://github.com/prisma/prisma/issues/25817#issuecomment-2529926082
FROM node:22-alpine3.20 AS base

ARG NEXT_PUBLIC_APP_ENV
ENV NEXT_PUBLIC_APP_ENV=$NEXT_PUBLIC_APP_ENV
Expand Down

0 comments on commit 7d41e66

Please sign in to comment.