summaryrefslogtreecommitdiff
path: root/docker-build/Dockerfile
diff options
context:
space:
mode:
authorVincent Breitmoser <look@my.amazin.horse>2024-03-18 22:49:27 +0100
committerVincent Breitmoser <look@my.amazin.horse>2024-03-24 13:09:04 +0100
commit36dff563fcc94af20a02a491f39194aa17d99018 (patch)
treeee238f426f2249ca5a38731d17877eccfe469b78 /docker-build/Dockerfile
parentda5648488ba044697376319d0b65e20f188496c3 (diff)
docker: use bullseye base image
Diffstat (limited to 'docker-build/Dockerfile')
-rw-r--r--docker-build/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/docker-build/Dockerfile b/docker-build/Dockerfile
index 2d8b6a2..26aadba 100644
--- a/docker-build/Dockerfile
+++ b/docker-build/Dockerfile
@@ -1,4 +1,4 @@
-FROM rustlang/rust:nightly
+FROM rust:bullseye
RUN apt update -qy
RUN apt install -qy libclang-dev build-essential pkg-config clang libssl-dev gettext zsh