Skip to content

Commit

Permalink
Merge pull request #74 from addykapoor/UpdateV15--->V17
Browse files Browse the repository at this point in the history
Docker File image Node update +image built
  • Loading branch information
addykapoor authored Jun 27, 2024
2 parents d59164d + cdfbf9d commit e7bbec8
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
@@ -1,4 +1,4 @@
FROM node:16-buster as builder
FROM node:20-buster as builder
COPY ./muse_for_music_ui /muse_for_music_ui
RUN cd muse_for_music_ui \
&& npm clean-install \
Expand Down

0 comments on commit e7bbec8

Please sign in to comment.