Skip to content

Commit

Permalink
docker: use rust 1.7.9 for docker (#996)
Browse files Browse the repository at this point in the history
  • Loading branch information
veaceslavdoina committed Nov 25, 2024
1 parent 8571745 commit 297eda8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/codex.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Variables
ARG BUILDER=ubuntu:24.04
ARG IMAGE=${BUILDER}
ARG RUST_VERSION=${RUST_VERSION:-1.78.0}
ARG RUST_VERSION=${RUST_VERSION:-1.79.0}
ARG BUILD_HOME=/src
ARG MAKE_PARALLEL=${MAKE_PARALLEL:-4}
ARG NIMFLAGS="${NIMFLAGS:-"-d:disableMarchNative"}"
Expand Down

0 comments on commit 297eda8

Please sign in to comment.