Skip to content

Commit bb8cdb1

Browse files
committed
Build with 3.11 alpine not edge
1 parent 654e436 commit bb8cdb1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
FROM alpine:edge as builder
1+
FROM alpine:3.11 as builder
22

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

77
WORKDIR /app

0 commit comments

Comments
 (0)