Skip to content

Commit dd2a2d5

Browse files
authored
Merge pull request #1065 from joshunrau/openssl
2 parents 37117fe + 2f15c58 commit dd2a2d5

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

apps/api/Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
FROM node:20-alpine3.16 AS base
1+
FROM node:iron-alpine AS base
2+
RUN apk add --update --no-cache openssl1.1-compat
23
WORKDIR /app
34
ARG RELEASE_VERSION
45
ENV GATEWAY_DATABASE_URL="file:/dev/null"

apps/gateway/Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
FROM node:20-alpine3.16 AS base
1+
FROM node:iron-alpine AS base
2+
RUN apk add --update --no-cache openssl1.1-compat
23
WORKDIR /app
34
ARG RELEASE_VERSION
45
ENV GATEWAY_DATABASE_URL=file:/app/sqlite/gateway.db

apps/web/Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
FROM node:20-alpine3.16 AS base
1+
FROM node:iron-alpine AS base
2+
RUN apk add --update --no-cache openssl1.1-compat
23
ARG RELEASE_VERSION
34
WORKDIR /app
45
ENV PNPM_HOME="/pnpm"

0 commit comments

Comments
 (0)