Skip to content

Commit

Permalink
fix juypter dockerfile and bump versions (#446)
Browse files Browse the repository at this point in the history
  • Loading branch information
epinzur authored Jun 21, 2023
1 parent 778e883 commit 70a7b39
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 20 deletions.
34 changes: 17 additions & 17 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ members = ["crates/*"]
[workspace.package]
authors = ["Kaskada Developers"]
edition = "2021"
version = "0.8.2"
version = "0.8.3"
license = "Apache-2.0"

[workspace.dependencies]
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.jupyter
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ USER root
RUN apt update && apt install jq -y

# Install libssl1.1 from bullseye
RUN BULLSEYE_VERSION=$(wget -qO- 'https://qa.debian.org/madison.php?package=openssl&table=debian&a=&c=&s=bullseye-security&text=on#' | jq -Rn 'input | split(" | ")[1]') && \
RUN BULLSEYE_VERSION=$(wget -qO- 'https://qa.debian.org/madison.php?package=openssl&table=debian&a=&c=&s=bullseye-security&text=on#' | jq -Rnr 'input | split(" | ")[1]') && \
wget -q "http://security.debian.org/debian-security/pool/updates/main/o/openssl/libssl1.1_${BULLSEYE_VERSION}_${TARGETARCH}.deb" -O /tmp/libssl1.1.deb && \
dpkg -i /tmp/libssl1.1.deb && \
rm /tmp/libssl1.1.deb
Expand Down
2 changes: 1 addition & 1 deletion wren/.version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.8.2
0.8.3

0 comments on commit 70a7b39

Please sign in to comment.