Skip to content

Commit

Permalink
bump: rust version
Browse files Browse the repository at this point in the history
  • Loading branch information
mavi0 committed Oct 22, 2024
1 parent 8a84e48 commit f7b5404
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ ARG DEBIAN_VERSION=bookworm-20230612-slim
ARG BUILDER_IMAGE="hexpm/elixir:${ELIXIR_VERSION}-erlang-${OTP_VERSION}-debian-${DEBIAN_VERSION}"
ARG RUNNER_IMAGE="debian:${DEBIAN_VERSION}"

FROM rust:1.73.0 as rust
FROM rust:1.82 as rust
# install build dependencies
RUN apt-get update -y && apt-get install -y build-essential git \
&& apt-get clean && rm -f /var/lib/apt/lists/*_*
Expand Down

0 comments on commit f7b5404

Please sign in to comment.