Skip to content

Commit 2f4bf5b

Browse files
chore(deps): update docker images (rebased) (#1815)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent d9a01f1 commit 2f4bf5b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

cloud/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Build stage
2-
FROM oven/bun:1.3.10 AS builder
2+
FROM oven/bun:1.3.11 AS builder
33
WORKDIR /usr/src
44

55
# Copy source files
@@ -15,7 +15,7 @@ COPY ./tsconfig.docker.json ./tsconfig.json
1515
# RUN bun run build
1616

1717
# Final stage
18-
FROM oven/bun:1.3.10 AS release
18+
FROM oven/bun:1.3.11 AS release
1919
WORKDIR /usr/src
2020

2121
# Copy built files from builder stage

0 commit comments

Comments
 (0)