Skip to content

Commit

Permalink
Update bun
Browse files Browse the repository at this point in the history
  • Loading branch information
knpwrs committed Jan 2, 2025
1 parent 8ace563 commit b62780d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion apps/web-astro/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM oven/bun:1.1.38-alpine
FROM oven/bun:1.1.42-alpine
COPY package.json bun.lockb ./
RUN bun install
COPY . .
Expand Down
2 changes: 1 addition & 1 deletion apps/web-next/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM oven/bun:1.1.40-slim
FROM oven/bun:1.1.42-slim
WORKDIR /home/bun/app
COPY package.json bun.lockb ./
RUN bun install
Expand Down
2 changes: 1 addition & 1 deletion services/gateway/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ RUN cmake -D BUILD_STATIC=1 .. && make

# Prisma generate currently requires node
# Temporal workers require node
FROM oven/bun:1.1.36-slim AS bun-with-node
FROM oven/bun:1.1.42-slim AS bun-with-node
RUN apt-get update && \
apt-get install -y curl ffmpeg git python3 python3-pip && \
mkdir -p /etc/apt/keyrings && \
Expand Down

0 comments on commit b62780d

Please sign in to comment.