Skip to content

Commit

Permalink
Use rust:1.76 for building in Docker
Browse files Browse the repository at this point in the history
  • Loading branch information
Hamuko committed Feb 21, 2024
1 parent 32fd1ad commit 151c5de
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# BUILD CONTAINER

FROM rust:1.73 as build
FROM rust:1.76 as build

ENV CARGO_NET_GIT_FETCH_WITH_CLI=true

RUN apt-get update && apt-get install -y ca-certificates \
&& rm -rf /var/lib/apt/lists/*

ENV CARGO_NET_GIT_FETCH_WITH_CLI=true

RUN USER=root cargo new --bin anifunnel

# Build dependencies separately for layer caching.
Expand Down

0 comments on commit 151c5de

Please sign in to comment.