Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ops/container/base/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM oven/bun:1.3.14-alpine
FROM oven/bun:1.4.0-alpine

RUN addgroup -S app && adduser -S app -G app
USER app
2 changes: 1 addition & 1 deletion ops/container/web/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM oven/bun:1.3.14-alpine
FROM oven/bun:1.4.0-alpine

WORKDIR /app
COPY package.json bun.lock ./
Expand Down
Loading