Skip to content

Commit 6f3b693

Browse files
committed
Update Dockerfile
1 parent c309777 commit 6f3b693

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [Unreleased]
9+
10+
### Updated
11+
- Update Dockerfile
12+
813
## [2.11.1] - 2025-09-19
914

1015
### Fixed

docker/Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# syntax=docker/dockerfile:1
2-
FROM node:20
2+
FROM node:22
33

44
RUN apt update
55
RUN apt install -y chromium
@@ -8,6 +8,7 @@ RUN cd ~/
88
COPY config.json ./
99

1010
ENV NPM_CONFIG_PREFIX=/home/node/.npm-global
11+
ENV NODE_OPTIONS=--max-old-space-size=8192
1112
ENV PATH=$PATH:/home/node/.npm-global/bin
1213
RUN npm install -g gtfs-to-html
1314

0 commit comments

Comments
 (0)