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:
parent
799b444eee
commit
d6c175a3cc
@ -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
|
||||
|
||||
|
@ -1,3 +1,3 @@
|
||||
FROM harbor.fizz.buzz/dockerhub/rustlang/rust:nightly-alpine3.17
|
||||
FROM rustlang/rust:nightly-alpine3.17
|
||||
|
||||
RUN apk add --no-cache musl-dev emacs
|
||||
|
Loading…
Reference in New Issue
Block a user