Skip to content

Commit

Permalink
NAS-131552: Fixing docker build (#10795)
Browse files Browse the repository at this point in the history
  • Loading branch information
undsoft authored Oct 3, 2024
1 parent c927481 commit 8ef7ab6
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,5 +1,5 @@
##NODE temporary builder image
from node:20-alpine as uibuilder
from node:20-bookworm as uibuilder
COPY ./ /src-ui
WORKDIR /src-ui
RUN yarn install --frozen-lockfile
Expand Down

0 comments on commit 8ef7ab6

Please sign in to comment.