Skip to content

Commit ee0cf6f

Browse files
authored
Merge pull request #564 from aws-observability/dependabot/docker/rust-1.73
Bump rust from 1.72 to 1.73
2 parents de02089 + 2c0ddda commit ee0cf6f

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
@@ -13,7 +13,7 @@
1313
# permissions and limitations under the License.
1414

1515
# Stage 1: Build the cp-utility binary
16-
FROM rust:1.72 as builder
16+
FROM rust:1.73 as builder
1717

1818
WORKDIR /usr/src/cp-utility
1919
COPY ./tools/cp-utility .

0 commit comments

Comments
 (0)