Skip to content

Commit c7e77ec

Browse files
authored
Update rustc version (#135)
*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.
1 parent 5dd389e commit c7e77ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ RUN npm install aws-aws-distro-opentelemetry-node-autoinstrumentation-$(node -p
1818
RUN npm install
1919

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

2323
WORKDIR /usr/src/cp-utility
2424
COPY ./tools/cp-utility .

0 commit comments

Comments
 (0)