mirror of
https://github.com/spikecodes/libreddit.git
synced 2025-12-10 07:42:04 +01:00
Use rust:latest as base Docker image for arm tag
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user