Skip to content

Commit

Permalink
chore(deps): bump pulumi/pulumi-go from 3.147.0 to 3.148.0
Browse files Browse the repository at this point in the history
Bumps pulumi/pulumi-go from 3.147.0 to 3.148.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 and pandatix committed Feb 5, 2025
1 parent d515406 commit d48c437
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.147.0@sha256:70a5e3b5bf65d165d814b8e08feabb8c2f420fe35da97b0f5d7eccdb574dc001
FROM pulumi/pulumi-go:3.148.0@sha256:388c0fc83829abd14b2cd4107a8ab510d2e0ba9fff5e686ff7b4ba4d03a5da70
RUN pulumi login --local
COPY --from=builder /go/bin/chall-manager /chall-manager
COPY ./gen ./gen
Expand Down

0 comments on commit d48c437

Please sign in to comment.