Skip to content

Commit

Permalink
Merge pull request #687 from aws-observability/dependabot/docker/rust…
Browse files Browse the repository at this point in the history
…-1.75

Bump rust from 1.74 to 1.75
  • Loading branch information
rapphil authored Jan 8, 2024
2 parents 0295b4a + f6ec5aa commit 23448ba
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 rust:1.74 as builder
FROM rust:1.75 as builder

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

0 comments on commit 23448ba

Please sign in to comment.