Skip to content

Commit 88c1579

Browse files
committed
chore: upgrade build image
1 parent a953960 commit 88c1579

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

Dockerfile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ RUN git clone --depth 1 https://github.com/ReaJason/MemShellParty.git . && \
66
rm -rf vul integration-test tools
77

88
# https://hub.docker.com/r/oven/bun
9-
FROM --platform=$BUILDPLATFORM oven/bun:1.3.11 AS frontend
9+
FROM --platform=$BUILDPLATFORM oven/bun:1.3.14 AS frontend
1010

1111
ARG ROUTE_ROOT_PATH=""
1212
ARG CONTEXT_PATH=""
@@ -24,8 +24,8 @@ COPY --from=source /usr/src/web /usr/src/web
2424

2525
RUN bun run build
2626

27-
# https://hub.docker.com/_/eclipse-temurin/tags?name=17.
28-
FROM --platform=$BUILDPLATFORM eclipse-temurin:17.0.17_10-jdk-noble AS backend
27+
# https://hub.docker.com/_/eclipse-temurin/tags?name=21.
28+
FROM --platform=$BUILDPLATFORM eclipse-temurin:21.0.11_10-jdk-noble AS backend
2929

3030
WORKDIR /usr/src
3131

@@ -35,7 +35,7 @@ COPY --from=frontend /usr/src/boot/src/main/resources /usr/src/boot/src/main/res
3535

3636
RUN ./gradlew :boot:bootjar -x test
3737

38-
FROM eclipse-temurin:17.0.17_10-jre-noble
38+
FROM eclipse-temurin:21.0.11_10-jre-noble
3939

4040
LABEL authors="ReaJason<reajason1225@gmail.com>"
4141

0 commit comments

Comments
 (0)