Skip to content

Commit

Permalink
Update ubuntu Docker tag to noble-20241118.1 (#592)
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 Jan 24, 2025
1 parent a1a4031 commit 8dc93dc
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
Expand Up @@ -31,7 +31,7 @@ RUN bun build \
--sourcemap ./index.ts \
--outfile ./dist/uml2ts

FROM --platform=$BUILDPLATFORM ubuntu:noble-20241015 AS test
FROM --platform=$BUILDPLATFORM ubuntu:noble-20241118.1 AS test
COPY --from=build /build/dist/uml2ts .

FROM --platform=$BUILDPLATFORM oven/bun:1.1.45-distroless
Expand Down
2 changes: 1 addition & 1 deletion docker/ux/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ COPY cmd/ ./cmd/
WORKDIR /build/cmd/ux
RUN CGO_ENABLED=0 GOOS=$TARGETOS GOARCH=$TARGETARCH go build -o /out/ux

FROM --platform=$BUILDPLATFORM ubuntu:noble-20241015 AS test
FROM --platform=$BUILDPLATFORM ubuntu:noble-20241118.1 AS test
COPY --from=build /out/ux .

FROM --platform=$BUILDPLATFORM scratch
Expand Down
2 changes: 1 addition & 1 deletion docker/zod2uml/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ RUN bun build \
--sourcemap ./index.ts \
--outfile ./dist/zod2uml

FROM --platform=$BUILDPLATFORM ubuntu:noble-20241015 AS test
FROM --platform=$BUILDPLATFORM ubuntu:noble-20241118.1 AS test
COPY --from=build /build/dist/zod2uml .

FROM --platform=$BUILDPLATFORM oven/bun:1.1.45-distroless
Expand Down

0 comments on commit 8dc93dc

Please sign in to comment.