Skip to content

Commit 34755d8

Browse files
authored
Merge pull request #1066 from joshunrau/openssl
2 parents dd2a2d5 + 4898774 commit 34755d8

File tree

3 files changed

+3
-6
lines changed

3 files changed

+3
-6
lines changed

apps/api/Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
FROM node:iron-alpine AS base
2-
RUN apk add --update --no-cache openssl1.1-compat
1+
FROM node:iron AS base
32
WORKDIR /app
43
ARG RELEASE_VERSION
54
ENV GATEWAY_DATABASE_URL="file:/dev/null"

apps/gateway/Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
FROM node:iron-alpine AS base
2-
RUN apk add --update --no-cache openssl1.1-compat
1+
FROM node:iron AS base
32
WORKDIR /app
43
ARG RELEASE_VERSION
54
ENV GATEWAY_DATABASE_URL=file:/app/sqlite/gateway.db

apps/web/Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
FROM node:iron-alpine AS base
2-
RUN apk add --update --no-cache openssl1.1-compat
1+
FROM node:iron AS base
32
ARG RELEASE_VERSION
43
WORKDIR /app
54
ENV PNPM_HOME="/pnpm"

0 commit comments

Comments
 (0)