Skip to content

Commit

Permalink
Merge pull request #1066 from joshunrau/openssl
Browse files Browse the repository at this point in the history
  • Loading branch information
joshunrau authored Dec 19, 2024
2 parents dd2a2d5 + 4898774 commit 34755d8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
3 changes: 1 addition & 2 deletions apps/api/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
FROM node:iron-alpine AS base
RUN apk add --update --no-cache openssl1.1-compat
FROM node:iron AS base
WORKDIR /app
ARG RELEASE_VERSION
ENV GATEWAY_DATABASE_URL="file:/dev/null"
Expand Down
3 changes: 1 addition & 2 deletions apps/gateway/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
FROM node:iron-alpine AS base
RUN apk add --update --no-cache openssl1.1-compat
FROM node:iron AS base
WORKDIR /app
ARG RELEASE_VERSION
ENV GATEWAY_DATABASE_URL=file:/app/sqlite/gateway.db
Expand Down
3 changes: 1 addition & 2 deletions apps/web/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
FROM node:iron-alpine AS base
RUN apk add --update --no-cache openssl1.1-compat
FROM node:iron AS base
ARG RELEASE_VERSION
WORKDIR /app
ENV PNPM_HOME="/pnpm"
Expand Down

0 comments on commit 34755d8

Please sign in to comment.