Skip to content

Commit

Permalink
fix: revert bun and use alpine
Browse files Browse the repository at this point in the history
  • Loading branch information
leomotors committed Dec 23, 2023
1 parent 4af4985 commit 72f7691
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
FROM oven/bun as installer
FROM oven/bun:1.0.15-alpine as installer

COPY package.json bun.lockb ./

RUN bun install --production --frozen-lockfile

FROM oven/bun as runner
FROM oven/bun:1.0.15-alpine as runner

USER bun

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bots-gulag",
"version": "3.3.3",
"version": "3.4.0",
"description": "Bots",
"repository": "https://github.com/CarelessDev/bots-gulag",
"type": "module",
Expand Down

0 comments on commit 72f7691

Please sign in to comment.