Skip to content

Commit cd75bb1

Browse files
committed
build: set Docker node versions to 20
1 parent c6b8e43 commit cd75bb1

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

apps/api/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:lts-alpine AS base
1+
FROM node:iron-alpine AS base
22
WORKDIR /app
33
ARG RELEASE_VERSION
44
ENV GATEWAY_DATABASE_URL="file:/dev/null"

apps/gateway/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:lts-alpine AS base
1+
FROM node:iron-alpine AS base
22
WORKDIR /app
33
ARG RELEASE_VERSION
44
ENV GATEWAY_DATABASE_URL=file:/app/gateway.db

apps/web/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:lts-alpine AS base
1+
FROM node:iron-alpine AS base
22
ARG RELEASE_VERSION
33
WORKDIR /app
44
ENV PNPM_HOME="/pnpm"

0 commit comments

Comments
 (0)