We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b274736 commit f5b6915Copy full SHA for f5b6915
1 file changed
Dockerfile
@@ -1,5 +1,5 @@
1
# syntax = docker/dockerfile:1.4
2
-FROM node:20-alpine as builder
+FROM node:20.18-alpine as builder
3
4
WORKDIR /opt/digitransit-ui
5
@@ -55,7 +55,7 @@ RUN \
55
RUN \
56
rm -rf static docs .cache
57
58
-FROM node:20-alpine
+FROM node:20.18-alpine
59
LABEL org.opencontainers.image.title="digitransit-ui"
60
LABEL org.opencontainers.image.description="open nationwide journey planning platform"
61
LABEL org.opencontainers.image.authors="digitransit@hsl.fi"
0 commit comments