Skip to content

Commit

Permalink
uses specific version of openssl
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandersimoes committed Dec 11, 2024
1 parent bdb5f1f commit db05113
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
Expand Up @@ -41,8 +41,8 @@ RUN npm run build
FROM node:20-alpine AS runner
WORKDIR /app

# Install OpenSSL libraries
RUN apk add --no-cache openssl openssl-dev openssl-libs-static
# Install specific version of OpenSSL that matches the required libraries
RUN apk add --no-cache openssl1.1-compat

ENV NEXT_TELEMETRY_DISABLED 1
ENV NODE_ENV production
Expand Down

0 comments on commit db05113

Please sign in to comment.