Skip to content

Commit

Permalink
Try to get pass this OOM
Browse files Browse the repository at this point in the history
  • Loading branch information
alexsnaps committed Mar 9, 2023
1 parent c243bee commit 66ac145
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,9 @@
# ------------------------------------------------------------------------------

FROM alpine:3.16 as limitador-build
ENV CARGO_NET_GIT_FETCH_WITH_CLI=true

ARG RUSTC_VERSION=1.63.0
ARG RUSTC_VERSION=1.67.1
RUN apk update \
&& apk upgrade \
&& apk add build-base binutils-gold openssl3-dev protoc protobuf-dev curl \
Expand Down

0 comments on commit 66ac145

Please sign in to comment.