Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 16, 2024
1 parent abde123 commit d380332
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile.chall-manager
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM pulumi/pulumi-go:3.142.0
FROM pulumi/pulumi-go:3.143.0
RUN pulumi login --local
COPY chall-manager /chall-manager
COPY ./gen/api/v1/launch/launch.swagger.json ./gen/api/v1/launch/launch.swagger.json
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.chall-manager.scratch
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.142.0
FROM pulumi/pulumi-go:3.143.0
RUN pulumi login --local
COPY --from=builder /go/bin/chall-manager /chall-manager
COPY ./gen ./gen
Expand Down

0 comments on commit d380332

Please sign in to comment.