Remove private mirror from dockerfiles.
I now have a pull-through cache set up with kaniko, so I no longer need this hard-coded path. Removing the private mirror from the dockerfiles makes them more portable.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
FROM harbor.fizz.buzz/dockerhub/library/rust:1.70.0
|
||||
FROM rustlang/rust:nightly-alpine3.17
|
||||
|
||||
RUN rustup component add rustfmt
|
||||
|
||||
|
||||
Reference in New Issue
Block a user