Use tag stable
for example derived Dockerfile
This commit is contained in:
parent
0d3bf73856
commit
16962993f9
|
@ -3,7 +3,7 @@
|
|||
# An example Dockerfile showing how to add new static C libraries using
|
||||
# musl-gcc.
|
||||
|
||||
FROM ekidd/rust-musl-builder:latest
|
||||
FROM ekidd/rust-musl-builder:stable
|
||||
|
||||
# Build a static copy of zlib.
|
||||
RUN VERS=1.2.8 && \
|
||||
|
|
|
@ -38,7 +38,7 @@ installed, you can create a Dockerfile based on this one, and use
|
|||
`musl-gcc` to compile the libraries you need. For example:
|
||||
|
||||
```Dockerfile
|
||||
FROM ekidd/rust-musl-builder:latest
|
||||
FROM ekidd/rust-musl-builder:stable
|
||||
|
||||
RUN VERS=1.2.8 && \
|
||||
mkdir -p /home/rust/libs && cd /home/rust/libs && \
|
||||
|
|
Loading…
Reference in a new issue