mirror of
https://git.sr.ht/~ashkeel/sourcehut-mirror-bridge
synced 2024-11-19 21:12:20 +00:00
aws rate limit hurts my brain and my CI
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
02fc03878d
commit
c66c2d2b2c
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
FROM public.ecr.aws/docker/library/rust:1-alpine as builder
|
||||
FROM rust:1-alpine as builder
|
||||
|
||||
RUN rustup default stable
|
||||
RUN apk add --no-cache musl-dev openssl-dev openssl-libs-static pkgconf git
|
||||
|
@ -12,7 +12,7 @@ WORKDIR /wd
|
|||
COPY . /wd
|
||||
RUN cargo build --release --target=x86_64-unknown-linux-musl
|
||||
|
||||
FROM public.ecr.aws/docker/library/alpine
|
||||
FROM alpine
|
||||
ARG version=unknown
|
||||
ARG release=unreleased
|
||||
|
||||
|
|
Loading…
Reference in a new issue