aws rate limit hurts my brain and my CI
continuous-integration/drone/push Build is passing Details

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
1 changed files with 2 additions and 2 deletions

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