1
0
Fork 0
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

This commit is contained in:
Ash Keel 2023-11-13 14:28:59 +01:00
parent 02fc03878d
commit c66c2d2b2c
No known key found for this signature in database
GPG key ID: 53A9E9A6035DD109

View file

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