Skip to content

Commit

Permalink
chore(deps): bump pulumi/pulumi-go from 3.144.1 to 3.145.0
Browse files Browse the repository at this point in the history
Bumps pulumi/pulumi-go from 3.144.1 to 3.145.0.

---
updated-dependencies:
- dependency-name: pulumi/pulumi-go
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and pandatix committed Jan 15, 2025
1 parent c97446c commit c6e5cd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.chall-manager
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ RUN go build -cover -o /go/bin/chall-manager cmd/chall-manager/main.go


# Prod stage
FROM pulumi/pulumi-go:3.144.1
FROM pulumi/pulumi-go:3.145.0
RUN pulumi login --local
COPY --from=builder /go/bin/chall-manager /chall-manager
COPY ./gen ./gen
Expand Down

0 comments on commit c6e5cd5

Please sign in to comment.