Skip to content

Commit

Permalink
Update bun to v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 24, 2025
1 parent 9ef1c7e commit 5446e04
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docker/uml2ts/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# syntax=docker/dockerfile:1
FROM --platform=$BUILDPLATFORM oven/bun:1.1.45 AS base
FROM --platform=$BUILDPLATFORM oven/bun:1.2.0 AS base
ARG BUILDPLATFORM
WORKDIR /build

Expand Down
2 changes: 1 addition & 1 deletion docker/zod2uml/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# syntax=docker/dockerfile:1
FROM --platform=$BUILDPLATFORM oven/bun:1.1.45 AS base
FROM --platform=$BUILDPLATFORM oven/bun:1.2.0 AS base
ARG BUILDPLATFORM
WORKDIR /build

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": "@unmango/tdl",
"packageManager": "bun@1.1.45",
"packageManager": "bun@1.2.0",
"workspaces": [
"packages/*"
],
Expand Down

0 comments on commit 5446e04

Please sign in to comment.