Skip to content

Commit 6c14ac7

Browse files
chore(deps): update docker images (rebased)
1 parent 948c182 commit 6c14ac7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

storage/framework/server/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.9-debian AS builder
2+
FROM oven/bun:1.3.10 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.9-debian AS release
18+
FROM oven/bun:1.3.10 AS release
1919
WORKDIR /usr/src
2020

2121
# Copy built files from builder stage

0 commit comments

Comments
 (0)