summaryrefslogtreecommitdiff
path: root/maint
diff options
context:
space:
mode:
Diffstat (limited to 'maint')
-rwxr-xr-xmaint/docker_reproducible_build2
1 files changed, 1 insertions, 1 deletions
diff --git a/maint/docker_reproducible_build b/maint/docker_reproducible_build
index e00fbebdc..aa570cd00 100755
--- a/maint/docker_reproducible_build
+++ b/maint/docker_reproducible_build
@@ -12,5 +12,5 @@ set -euo pipefail
## If you change this image, make sure also to change the one listed in
## the build-repro job in .gitlab-ci.yml
exec docker run --rm -i -v "$(git rev-parse --show-toplevel)":/builds/arti \
- -w /builds/arti rust:1.76.0-alpine3.19 \
+ -w /builds/arti rust:1.76.0-alpine3.18 \
sh -c "apk add bash && ./maint/reproducible_build $*"