Skip to content

Commit f5b6915

Browse files
committed
chore: fix node version
20.19 breaks digitransit UI
1 parent b274736 commit f5b6915

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# syntax = docker/dockerfile:1.4
2-
FROM node:20-alpine as builder
2+
FROM node:20.18-alpine as builder
33

44
WORKDIR /opt/digitransit-ui
55

@@ -55,7 +55,7 @@ RUN \
5555
RUN \
5656
rm -rf static docs .cache
5757

58-
FROM node:20-alpine
58+
FROM node:20.18-alpine
5959
LABEL org.opencontainers.image.title="digitransit-ui"
6060
LABEL org.opencontainers.image.description="open nationwide journey planning platform"
6161
LABEL org.opencontainers.image.authors="digitransit@hsl.fi"

0 commit comments

Comments
 (0)