Skip to content

Commit

Permalink
#I431: Vuln fix with NodeJs 23
Browse files Browse the repository at this point in the history
  • Loading branch information
HarishGangula committed Dec 16, 2024
1 parent bb88954 commit afc4546
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api-service/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM --platform=linux/amd64 node:20-alpine
FROM --platform=linux/amd64 node:23.4-alpine
RUN mkdir -p /opt/api-service
COPY ./api-service ./opt/api-service
WORKDIR /opt/api-service
Expand Down

0 comments on commit afc4546

Please sign in to comment.