Skip to content

Commit

Permalink
build(deps): bump rust from 1.76.0-alpine3.18 to 1.77.0-alpine3.18 (#693
Browse files Browse the repository at this point in the history
)

Bumps rust from 1.76.0-alpine3.18 to 1.77.0-alpine3.18.

---
updated-dependencies:
- dependency-name: rust
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Mar 22, 2024
1 parent 486ac08 commit 9088b7f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ RUN CGO_ENABLED=0 GOOS=linux \
-ldflags '-w -extldflags "-static"' \
-o update-collection-v3 cmd/update-collection-v3/main.go

FROM rust:1.76.0-alpine3.18 as rust-builder
FROM rust:1.77.0-alpine3.18 as rust-builder
RUN apk update \
&& apk upgrade \
&& apk add g++ git \
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.sumologic-mock
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM rust:1.76.0-alpine3.18 as rust-builder
FROM rust:1.77.0-alpine3.18 as rust-builder
RUN apk update \
&& apk upgrade \
&& apk add g++ git \
Expand Down

0 comments on commit 9088b7f

Please sign in to comment.