Skip to content

Commit

Permalink
Update Dockerfile- part 2
Browse files Browse the repository at this point in the history
  • Loading branch information
Gargi Ketan Chauhan authored and GitHub Enterprise committed Mar 4, 2025
1 parent 9cfd0a3 commit 53646cc
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:20
FROM node:latest

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

0 comments on commit 53646cc

Please sign in to comment.