Skip to content
This repository has been archived by the owner on Jan 27, 2023. It is now read-only.

Commit

Permalink
add jammy stack to .NET 6 dependencies (#349)
Browse files Browse the repository at this point in the history
  • Loading branch information
Frankie G-J authored Jul 13, 2022
1 parent 553ff7a commit 0df1bca
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions buildpack.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ api = "0.8"
sha256 = "e85291aa28e4943f93400cb030ec6150dddd84b1424169a60f48ed0de8166d5c"
source = "https://download.visualstudio.microsoft.com/download/pr/a14c8e4d-a22b-47f8-953c-bb4337634513/58017d103d432f7106c44b0891936aba/dotnet-runtime-3.1.26-linux-x64.tar.gz"
source_sha256 = "ef6a030adfc4708e2840c85a69038c29a1e98a0bc009a1828034c15e6c30c0e6"
stacks = ["io.buildpacks.stacks.bionic"]
stacks = ["io.buildpacks.stacks.bionic" ]
uri = "https://deps.paketo.io/dotnet-runtime/dotnet-runtime_3.1.26_linux_x64_bionic_e85291aa.tar.xz"
version = "3.1.26"

Expand Down Expand Up @@ -56,7 +56,7 @@ api = "0.8"
sha256 = "aa9cd7529c2797d92daadefac86e57fe2a25a1d248464323278b3b39ac6f2682"
source = "https://download.visualstudio.microsoft.com/download/pr/ec4172e3-077a-42c0-859d-349e517d7935/82d945cdc4c33fbe440a86a240a58a41/dotnet-runtime-6.0.6-linux-x64.tar.gz"
source_sha256 = "9a3e9b9f39ca51c354725738fea4b931dd4a85e30d0373f0dd2c0517f7de65ac"
stacks = ["io.buildpacks.stacks.bionic"]
stacks = ["io.buildpacks.stacks.bionic", "io.buildpacks.stacks.jammy" ]
uri = "https://deps.paketo.io/dotnet-runtime/dotnet-runtime_6.0.6_linux_x64_bionic_aa9cd752.tar.xz"
version = "6.0.6"

Expand Down Expand Up @@ -86,3 +86,5 @@ api = "0.8"

[[stacks]]
id = "io.buildpacks.stacks.bionic"
[[stacks]]
id = "io.buildpacks.stacks.jammy"

0 comments on commit 0df1bca

Please sign in to comment.