Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Dockerfile.chall-manager
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ RUN go build -cover \


# Prod stage
FROM pulumi/pulumi-go:3.255.0@sha256:deaa6abf41ad2b18968e12efbff444164ef211bf228130f893be0b2e5de7ae33
FROM pulumi/pulumi-go:3.256.0@sha256:606cdf3e816dcb06933142a54958406aa82eeb06cb69312cbe2bef0d7fd520bb
RUN pulumi login --local
COPY --from=builder /go/bin/chall-manager /chall-manager
COPY ./gen ./gen
Expand Down
Loading