Skip to content

Commit

Permalink
Bump docker/library/rust from 1.82 to 1.83
Browse files Browse the repository at this point in the history
Bumps [docker/library/rust](https://github.com/rust-lang/docker-rust) from 1.82 to 1.83.
- [Commits](https://github.com/rust-lang/docker-rust/commits)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 3, 2024
1 parent c00d3af commit 17b95bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# permissions and limitations under the License.

# Stage 1: Build the cp-utility binary
FROM public.ecr.aws/docker/library/rust:1.82 as builder
FROM public.ecr.aws/docker/library/rust:1.83 as builder

WORKDIR /usr/src/cp-utility
COPY ./tools/cp-utility .
Expand Down

0 comments on commit 17b95bb

Please sign in to comment.