Skip to content

Commit baa0035

Browse files
committed
Rustup now in community, not testing
1 parent fd3e518 commit baa0035

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM alpine:3.11 as builder
22

3-
RUN apk add --no-cache -X http://dl-cdn.alpinelinux.org/alpine/edge/testing rustup gcc file unixodbc-dev unixodbc-static libltdl-static
3+
RUN apk add --no-cache -X http://dl-cdn.alpinelinux.org/alpine/edge/community rustup gcc file unixodbc-dev unixodbc-static libltdl-static
44
RUN rustup-init -y --default-host x86_64-unknown-linux-musl
55
ENV PATH=$PATH:/root/.cargo/bin
66

0 commit comments

Comments
 (0)