File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed
Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,11 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
66and 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
Original file line number Diff line number Diff line change 11# syntax=docker/dockerfile:1
2- FROM node:20
2+ FROM node:22
33
44RUN apt update
55RUN apt install -y chromium
@@ -8,6 +8,7 @@ RUN cd ~/
88COPY config.json ./
99
1010ENV NPM_CONFIG_PREFIX=/home/node/.npm-global
11+ ENV NODE_OPTIONS=--max-old-space-size=8192
1112ENV PATH=$PATH:/home/node/.npm-global/bin
1213RUN npm install -g gtfs-to-html
1314
You can’t perform that action at this time.
0 commit comments