Skip to content

Commit

Permalink
Update oven/bun Docker tag to v1.1.7 (#42)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored May 3, 2024
1 parent b76909e commit 4d83c96
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/uml2ts/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# syntax=docker/dockerfile:1
FROM oven/bun:1.1.6 AS base
FROM oven/bun:1.1.7 AS base
ARG BUILDPLATFORM
WORKDIR /build

Expand Down Expand Up @@ -35,6 +35,6 @@ RUN bun build \
FROM ubuntu:noble-20240429 AS test
COPY --from=build /build/dist/uml2ts .

FROM --platform=$BUILDPLATFORM oven/bun:1.1.6-distroless
FROM --platform=$BUILDPLATFORM oven/bun:1.1.7-distroless
COPY --from=build /build/dist/uml2ts /
ENTRYPOINT ["/uml2ts"]

0 comments on commit 4d83c96

Please sign in to comment.