We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e005d30 commit a5a5780Copy full SHA for a5a5780
Dockerfile
@@ -8,7 +8,8 @@ WORKDIR /usr/src
8
RUN git clone --depth 1 https://github.com/ReaJason/MemShellParty.git . && \
9
rm -rf vul integration-test tools
10
11
-FROM oven/bun:1.2.2 AS frontend
+# https://hub.docker.com/r/oven/bun
12
+FROM oven/bun:1.2.9 AS frontend
13
14
ARG ROUTE_ROOT_PATH="/"
15
ARG CONTEXT_PATH=""
@@ -26,6 +27,7 @@ COPY --from=source /usr/src/web /usr/src/web
26
27
28
RUN bun run build
29
30
+# https://hub.docker.com/_/eclipse-temurin
31
FROM eclipse-temurin:17.0.14_7-jdk-noble AS backend
32
33
ARG VERSION="1.0.0"
0 commit comments