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 d9a01f1 commit 2f4bf5bCopy full SHA for 2f4bf5b
1 file changed
cloud/Dockerfile
@@ -1,5 +1,5 @@
1
# Build stage
2
-FROM oven/bun:1.3.10 AS builder
+FROM oven/bun:1.3.11 AS builder
3
WORKDIR /usr/src
4
5
# Copy source files
@@ -15,7 +15,7 @@ COPY ./tsconfig.docker.json ./tsconfig.json
15
# RUN bun run build
16
17
# Final stage
18
-FROM oven/bun:1.3.10 AS release
+FROM oven/bun:1.3.11 AS release
19
20
21
# Copy built files from builder stage
0 commit comments