Skip to content

Commit

Permalink
build(deps): bump oven/bun from 1.1.4 to 1.1.18 in /.build
Browse files Browse the repository at this point in the history
Bumps oven/bun from 1.1.4 to 1.1.18.

---
updated-dependencies:
- dependency-name: oven/bun
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jul 4, 2024
1 parent 3503c79 commit 125998d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .build/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# syntax = docker/dockerfile:1.4

FROM --platform=$BUILDPLATFORM oven/bun:1.1.4 AS frontend-builder
FROM --platform=$BUILDPLATFORM oven/bun:1.1.18 AS frontend-builder
ARG DEBIAN_FRONTEND=noninteractive
WORKDIR /build
RUN apt-get -y update && apt-get install -y --no-install-recommends curl bash unzip
Expand Down

0 comments on commit 125998d

Please sign in to comment.