Skip to content

Commit

Permalink
Merge pull request #377 from brave/renovate/public.ecr.aws-docker-lib…
Browse files Browse the repository at this point in the history
…rary-rust-1.x

Update public.ecr.aws/docker/library/rust Docker tag to v1.80.1
  • Loading branch information
rillian authored Aug 14, 2024
2 parents 94e99a8 + 32ad165 commit 9961014
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ FROM public.ecr.aws/docker/library/golang:1.22.6-bookworm@sha256:39b7e6ebaca464d
RUN CGO_ENABLED=0 go install -trimpath -ldflags="-s -w" -buildvcs=false github.com/brave/[email protected]

# Build the web server application itself.
FROM public.ecr.aws/docker/library/rust:1.80.0-bookworm@sha256:fcbb950e8fa0de7f8ada015ea78e97ad09fcc4120bf23485664e418e0ec5087b as rust-builder
FROM public.ecr.aws/docker/library/rust:1.80.1-bookworm@sha256:29fe4376919e25b7587a1063d7b521d9db735fc137d3cf30ae41eb326d209471 as rust-builder

WORKDIR /src/
COPY Cargo.toml Cargo.lock ./
Expand Down
2 changes: 1 addition & 1 deletion misc/temporary-enclave-bypass/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Build the web server application itself.
# Use the -alpine variant so it will run in a alpine-based container.
FROM public.ecr.aws/docker/library/rust:1.80.0-alpine@sha256:596c7fa13f7458097b8c88ad83f33420da0341e2f5b544e34d9aa18a22fe11d0 as rust-builder
FROM public.ecr.aws/docker/library/rust:1.80.1-alpine@sha256:1f5aff501e02c1384ec61bb47f89e3eebf60e287e6ed5d1c598077afc82e83d5 as rust-builder
# Base image may not support C linkage.
RUN apk add musl-dev

Expand Down

0 comments on commit 9961014

Please sign in to comment.