Skip to content

Commit

Permalink
Update Dockerfile (#923)
Browse files Browse the repository at this point in the history
*Issue #, if available:*

*Description of changes:*

Update Dockerfile to use public ECR image



By submitting this pull request, I confirm that my contribution is made
under the terms of the Apache 2.0 license.
  • Loading branch information
pxaws authored Oct 18, 2024
1 parent 7faae94 commit d7eb5bf
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.75 as builder
FROM public.ecr.aws/docker/library/rust:1.75 as builder

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

0 comments on commit d7eb5bf

Please sign in to comment.