Use rust:latest as base Docker image for arm tag

This commit is contained in:
spikecodes
2021-04-17 20:56:12 -07:00
parent cac83493da
commit c844655c98
3 changed files with 3 additions and 5 deletions

View File

@@ -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