Skip to content

Commit

Permalink
fix: use rust-builder latest
Browse files Browse the repository at this point in the history
Rust-builder uses only the latest tag now.
  • Loading branch information
nathanielc committed Oct 30, 2023
1 parent add7516 commit 3bd79d3
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
@@ -1,4 +1,4 @@
FROM public.ecr.aws/r5b3e0r5/3box/rust-builder:debian-latest as builder
FROM public.ecr.aws/r5b3e0r5/3box/rust-builder:latest as builder

RUN mkdir -p /home/builder/rust-ceramic
WORKDIR /home/builder/rust-ceramic
Expand Down

0 comments on commit 3bd79d3

Please sign in to comment.