Skip to content

Commit

Permalink
chore: bump bun to 1.0.11
Browse files Browse the repository at this point in the history
  • Loading branch information
Vilsol committed Nov 15, 2023
1 parent 6edbe80 commit 52be670
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/push-base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
type: string

env:
BUN_VERSION: "1.0.9"
BUN_VERSION: "1.0.11"

jobs:
build:
Expand Down
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM oven/bun:1.0.9 as build
FROM oven/bun:1.0.11 as build

ARG NODE_ENV_ARG=production

Expand All @@ -20,7 +20,7 @@ RUN NODE_ENV=$NODE_ENV_ARG set -o allexport; set -ex; source .env.$NODE_ENV_ARG;

FROM ghcr.io/vilsol/yeet:v0.6.4 as yeet

FROM oven/bun:1.0.9
FROM oven/bun:1.0.11

COPY --from=yeet /yeet /yeet

Expand Down

0 comments on commit 52be670

Please sign in to comment.