diff --git a/Cargo.lock b/Cargo.lock index bf36cfe..5d1cc42 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -605,7 +605,7 @@ checksum = "9385f66bf6105b241aa65a61cb923ef20efc665cb9f9bb50ac2f0c4b7f378d41" [[package]] name = "libreddit" -version = "0.10.6" +version = "0.10.7" dependencies = [ "askama", "async-recursion", diff --git a/Cargo.toml b/Cargo.toml index 00f600d..91a9e1b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ name = "libreddit" description = " Alternative private front-end to Reddit" license = "AGPL-3.0" repository = "https://github.com/spikecodes/libreddit" -version = "0.10.6" +version = "0.10.7" authors = ["spikecodes <19519553+spikecodes@users.noreply.github.com>"] edition = "2018" diff --git a/Dockerfile.arm b/Dockerfile.arm index 93703d0..a54d8a3 100644 --- a/Dockerfile.arm +++ b/Dockerfile.arm @@ -1,9 +1,7 @@ #################################################################################################### ## Builder #################################################################################################### -FROM rust:alpine AS builder - -RUN apk add --no-cache g++ +FROM rust:latest AS builder WORKDIR /usr/src/libreddit