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
No known key found for this signature in database
GPG key ID: 004CECFF9B463BCB
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