Skip to content

Commit

Permalink
Bumped bun (#145)
Browse files Browse the repository at this point in the history
  • Loading branch information
cjmalloy authored Sep 7, 2024
1 parent 535eaac commit a1e1b47
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ FROM builder AS test
COPY docker/entrypoint.sh .
ENV BUN_RUNTIME_TRANSPILER_CACHE_PATH=0
ENV BUN_INSTALL_BIN=/usr/local/bin
COPY --from=oven/bun:1.1.25-slim /usr/local/bin/bun /usr/local/bin/
COPY --from=oven/bun:1.1.27-slim /usr/local/bin/bun /usr/local/bin/
RUN ln -s /usr/local/bin/bun /usr/local/bin/bunx \
&& which bun \
&& which bunx \
Expand All @@ -38,7 +38,7 @@ CMD mvn -gs settings.xml test; \
FROM azul/zulu-openjdk-debian:21.0.4-21.36-jre AS deploy
ENV BUN_RUNTIME_TRANSPILER_CACHE_PATH=0
ENV BUN_INSTALL_BIN=/usr/local/bin
COPY --from=oven/bun:1.1.25-slim /usr/local/bin/bun /usr/local/bin/
COPY --from=oven/bun:1.1.27-slim /usr/local/bin/bun /usr/local/bin/
RUN ln -s /usr/local/bin/bun /usr/local/bin/bunx \
&& which bun \
&& which bunx \
Expand Down

0 comments on commit a1e1b47

Please sign in to comment.