Skip to content

Commit

Permalink
Merge pull request #567 from Concordium/lma/identity_provider_service…
Browse files Browse the repository at this point in the history
…_release

Revert ubuntu version
  • Loading branch information
lassemand authored Nov 6, 2024
2 parents 44e7bfd + aef88ae commit 1485780
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion identity-provider-service/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "identity-provider-service"
version = "0.5.7"
version = "0.5.8"
authors = ["Concordium AG <[email protected]>"]
edition = "2018"
license-file = "../../LICENSE-APACHE"
Expand Down
2 changes: 1 addition & 1 deletion scripts/identity-provider-service.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ WORKDIR /build/identity-provider-service
RUN cargo build --release

# Collect build artifacts in fresh image.
FROM ubuntu:24.04
FROM ubuntu:20.04
RUN apt-get update && \
apt-get -y install \
libssl-dev \
Expand Down

0 comments on commit 1485780

Please sign in to comment.