Skip to content

Commit

Permalink
Update Frontend-Dockerfile
Browse files Browse the repository at this point in the history
Changing the node version from  latest to 20 based on warnings
  • Loading branch information
Gargi Ketan Chauhan authored and GitHub Enterprise committed Mar 4, 2025
1 parent d3a17fa commit 13b68c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Use a base Node image
FROM node:latest
FROM node:20

# Enable bash and install dos2unix
RUN if [ -f /etc/alpine-release ]; then \
Expand Down

0 comments on commit 13b68c2

Please sign in to comment.