Skip to content

Commit

Permalink
docker: update rust image used to specific bullseye version
Browse files Browse the repository at this point in the history
'rust:1' was recently updated and doesn't support openssl v3.
The simple-kbs runs without crashing using the 'rust:1.72.0-bullseye' tag.

Fixes: #61

Signed-Off-By: Ryan Savino <ryan.savino@amd.com>
  • Loading branch information
ryansavino authored and fitzthum committed Aug 30, 2023
1 parent cfe06d7 commit 1304e02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.simple-kbs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM rust:1 AS builder
FROM rust:1.72.0-bullseye AS builder
RUN rustup component add rustfmt
WORKDIR /usr/src/simple-kbs
COPY . .
Expand Down

0 comments on commit 1304e02

Please sign in to comment.