Skip to content

Commit 31401c5

Browse files
authored
Update node to v20.12.2 in Dockerfile
1 parent 12ebc7d commit 31401c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ WORKDIR /app/api
88
COPY api .
99
RUN yarn && yarn build
1010

11-
FROM --platform=linux/amd64 node:18.15.0
11+
FROM --platform=linux/amd64 node:20.12.2
1212
ARG UPSTREAM_VERSION
1313

1414
WORKDIR /app

0 commit comments

Comments
 (0)