Skip to content

Commit 17b83f9

Browse files
authored
Remove bun frozen install mode (#1017)
Signed-off-by: Prabhu Subramanian <[email protected]>
1 parent 93eef8a commit 17b83f9

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

bun.lockb

-648 Bytes
Binary file not shown.

ci/Dockerfile-bun

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ RUN set -e; \
123123
&& rm -rf /var/cache/yum \
124124
&& microdnf clean all
125125
COPY . /opt/cdxgen
126-
RUN cd /opt/cdxgen && bun install --silent --frozen-lockfile --production \
126+
RUN cd /opt/cdxgen && bun install --silent --production \
127127
&& chown -R cyclonedx:cyclonedx /opt/cdxgen \
128128
&& chmod a-w -R /opt \
129129
&& rm -rf /var/cache/yum \

0 commit comments

Comments
 (0)