Skip to content

Commit

Permalink
Update oven/bun Docker tag to v1.1.9 (#88)
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 23, 2024
1 parent 2c96955 commit 1ce3bd4
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 --platform=$BUILDPLATFORM oven/bun:1.1.8 AS base
FROM --platform=$BUILDPLATFORM oven/bun:1.1.9 AS base
ARG BUILDPLATFORM
WORKDIR /build

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

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

0 comments on commit 1ce3bd4

Please sign in to comment.