mirror of
https://github.com/redlib-org/redlib.git
synced 2025-04-03 21:17:37 +03:00
Use rust:latest as base Docker image for arm tag
This commit is contained in:
parent
cac83493da
commit
c844655c98
3 changed files with 3 additions and 5 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue