Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
Co-authored-by: zhzhuang-zju <m17799853869@163.com>
Signed-off-by: Mohamed Awnallah <mohamedmohey2352@gmail.com>
  • Loading branch information
mohamedawnallah and zhzhuang-zju committed Feb 25, 2025
1 parent 7364f97 commit a6c8e2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ RUN npm install && npm install -g browser-sync
COPY . .

# Stage 2: Development Stage.
FROM alpine:latest
FROM alpine:3.21.3

# Install yarn in the final image required to run the application.
RUN apk add --no-cache yarn
Expand Down

0 comments on commit a6c8e2c

Please sign in to comment.