Skip to content

Commit

Permalink
Update rustc version (#135)
Browse files Browse the repository at this point in the history
*Description of changes:*
Bumping the version of rustc to 1.81 in our Dockerfile to fix any docker
errors

By submitting this pull request, I confirm that you can use, modify,
copy, and redistribute this contribution, under the terms of your
choice.
  • Loading branch information
liustve authored Dec 17, 2024
1 parent 5dd389e commit c7e77ec
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 @@ -18,7 +18,7 @@ RUN npm install aws-aws-distro-opentelemetry-node-autoinstrumentation-$(node -p
RUN npm install

# Stage 2: Build the cp-utility binary
FROM public.ecr.aws/docker/library/rust:1.75 as builder
FROM public.ecr.aws/docker/library/rust:1.81 as builder

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

0 comments on commit c7e77ec

Please sign in to comment.