-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updating dependencies in buildpack.toml (#320)
- Loading branch information
1 parent
1cfdd5e
commit ac007fc
Showing
1 changed file
with
13 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,19 +11,6 @@ api = "0.6" | |
[metadata.default-versions] | ||
nginx = "1.21.*" | ||
|
||
[[metadata.dependencies]] | ||
cpe = "cpe:2.3:a:nginx:nginx:1.20.0:*:*:*:*:*:*:*" | ||
id = "nginx" | ||
licenses = ["BSD-2-Clause"] | ||
name = "Nginx Server" | ||
purl = "pkg:generic/[email protected]?checksum=54ef91ec8ebcaa486c640c09c92d832eaeaff149b10ee52ef140f407b1b04d1c&download_url=http://nginx.org/download/nginx-1.20.0.tar.gz" | ||
sha256 = "2a1a108ad00264790d4574f70526226d944c448f1362e0f60bfa1127a86387b9" | ||
source = "http://nginx.org/download/nginx-1.20.0.tar.gz" | ||
source_sha256 = "54ef91ec8ebcaa486c640c09c92d832eaeaff149b10ee52ef140f407b1b04d1c" | ||
stacks = ["io.buildpacks.stacks.bionic"] | ||
uri = "https://deps.paketo.io/nginx/nginx_1.20.0_linux_x64_bionic_2a1a108a.tgz" | ||
version = "1.20.0" | ||
|
||
[[metadata.dependencies]] | ||
cpe = "cpe:2.3:a:nginx:nginx:1.20.1:*:*:*:*:*:*:*" | ||
id = "nginx" | ||
|
@@ -37,6 +24,19 @@ api = "0.6" | |
uri = "https://deps.paketo.io/nginx/nginx_1.20.1_linux_x64_bionic_cc318a48.tgz" | ||
version = "1.20.1" | ||
|
||
[[metadata.dependencies]] | ||
cpe = "cpe:2.3:a:nginx:nginx:1.20.2:*:*:*:*:*:*:*" | ||
id = "nginx" | ||
licenses = ["BSD-2-Clause"] | ||
name = "Nginx Server" | ||
purl = "pkg:generic/[email protected]?checksum=958876757782190a1653e14dc26dfc7ba263de310e04c113e11e97d1bef45a42&download_url=http://nginx.org/download/nginx-1.20.2.tar.gz" | ||
sha256 = "a231e988d1e3fb8e6d4d0797785d6b433f7bd6b682310095e6fe7575a1557867" | ||
source = "http://nginx.org/download/nginx-1.20.2.tar.gz" | ||
source_sha256 = "958876757782190a1653e14dc26dfc7ba263de310e04c113e11e97d1bef45a42" | ||
stacks = ["io.buildpacks.stacks.bionic"] | ||
uri = "https://deps.paketo.io/nginx/nginx_1.20.2_linux_x64_bionic_a231e988.tgz" | ||
version = "1.20.2" | ||
|
||
[[metadata.dependencies]] | ||
cpe = "cpe:2.3:a:nginx:nginx:1.21.3:*:*:*:*:*:*:*" | ||
id = "nginx" | ||
|