Skip to content

Commit dbf80f1

Browse files
committed
HPC-9238: Upgrade to Node.js v20 in Docker images
1 parent 9b3d9cf commit dbf80f1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM public.ecr.aws/unocha/nodejs:18-alpine
1+
FROM public.ecr.aws/unocha/nodejs:20-alpine
22

33
ARG COMMIT_SHA
44
ARG TREE_SHA

env/api/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM public.ecr.aws/unocha/nodejs:18-alpine
1+
FROM public.ecr.aws/unocha/nodejs:20-alpine
22

33
RUN apk add -U build-base python3 py-pip
44

0 commit comments

Comments
 (0)