Bump to latest stable version of Rust.

This commit is contained in:
Dorian 2019-01-25 08:30:51 -05:00
parent 05b73512b9
commit cce09576c2
3 changed files with 7 additions and 3 deletions

View File

@ -1,4 +1,4 @@
FROM rust:1.28
FROM rust:1.32
RUN apt-get update -qq && \
apt-get install -qq \

View File

@ -1,4 +1,4 @@
FROM rust:1.28
FROM rust:1.32
MAINTAINER Dorian Pula <dorian.pula@amber-penguin-software.ca>
ENV DOCKERIZE_VERSION="v0.3.0" \
DUMB_INIT_VERSION="1.2.0"

View File

@ -31,4 +31,8 @@ table! {
}
}
allow_tables_to_appear_in_same_query!(pages, sites, users,);
allow_tables_to_appear_in_same_query!(
pages,
sites,
users,
);