Skip to content

Commit a5a5780

Browse files
committed
build: upgrade bun image version for fast build
1 parent e005d30 commit a5a5780

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Dockerfile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ WORKDIR /usr/src
88
RUN git clone --depth 1 https://github.com/ReaJason/MemShellParty.git . && \
99
rm -rf vul integration-test tools
1010

11-
FROM oven/bun:1.2.2 AS frontend
11+
# https://hub.docker.com/r/oven/bun
12+
FROM oven/bun:1.2.9 AS frontend
1213

1314
ARG ROUTE_ROOT_PATH="/"
1415
ARG CONTEXT_PATH=""
@@ -26,6 +27,7 @@ COPY --from=source /usr/src/web /usr/src/web
2627

2728
RUN bun run build
2829

30+
# https://hub.docker.com/_/eclipse-temurin
2931
FROM eclipse-temurin:17.0.14_7-jdk-noble AS backend
3032

3133
ARG VERSION="1.0.0"

0 commit comments

Comments
 (0)