Skip to content

Commit

Permalink
Update ubuntu Docker tag to noble-20241009 (#238)
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 Oct 12, 2024
1 parent 248fd19 commit a25917f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion provider/cmd/provisioner/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ RUN CGO_ENABLED=0 GOOS=$TARGETOS GOARCH=$TARGETARCH \
-ldflags "-X github.com/unmango/pulumi-baremetal/provider.Version=${VERSION}" \
cmd/main.go

FROM --platform=$BUILDPLATFORM ubuntu:noble-20240801 AS test-base
FROM --platform=$BUILDPLATFORM ubuntu:noble-20241009 AS test-base

ENV DEBIAN_FRONTEND=noninteractive
RUN apt update \
Expand Down

0 comments on commit a25917f

Please sign in to comment.