Skip to content

Commit

Permalink
Remove bun frozen install mode (#1017)
Browse files Browse the repository at this point in the history
Signed-off-by: Prabhu Subramanian <[email protected]>
  • Loading branch information
prabhu authored Apr 26, 2024
1 parent 93eef8a commit 17b83f9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified bun.lockb
Binary file not shown.
2 changes: 1 addition & 1 deletion ci/Dockerfile-bun
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ RUN set -e; \
&& rm -rf /var/cache/yum \
&& microdnf clean all
COPY . /opt/cdxgen
RUN cd /opt/cdxgen && bun install --silent --frozen-lockfile --production \
RUN cd /opt/cdxgen && bun install --silent --production \
&& chown -R cyclonedx:cyclonedx /opt/cdxgen \
&& chmod a-w -R /opt \
&& rm -rf /var/cache/yum \
Expand Down

0 comments on commit 17b83f9

Please sign in to comment.