Skip to content

Commit

Permalink
HPC-9238: Upgrade to Node.js v20 in Docker images
Browse files Browse the repository at this point in the history
  • Loading branch information
Pl217 committed Nov 1, 2023
1 parent 9b3d9cf commit dbf80f1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM public.ecr.aws/unocha/nodejs:18-alpine
FROM public.ecr.aws/unocha/nodejs:20-alpine

ARG COMMIT_SHA
ARG TREE_SHA
Expand Down
2 changes: 1 addition & 1 deletion env/api/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM public.ecr.aws/unocha/nodejs:18-alpine
FROM public.ecr.aws/unocha/nodejs:20-alpine

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

Expand Down

0 comments on commit dbf80f1

Please sign in to comment.