Skip to content

Commit

Permalink
Bump Java version
Browse files Browse the repository at this point in the history
  • Loading branch information
CF CredHub CI Pipeline committed Jul 29, 2018
1 parent b910d09 commit f10ab91
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions config/blobs.yml
Expand Up @@ -2,7 +2,7 @@ lunaclient_5.3.0-11/lunaclient_5.3.0-11.tar.gz:
size: 7306782
object_id: 2ceaec43-ce10-43d8-92c3-a06654b6f3c7
sha: 09f0136a78ecbf7cbfe78d78419ab6b8ff5891cb
openjdk_1.8.0/openjdk-1.8.0_172.tar.gz:
size: 45273947
object_id: 67ea2315-270f-41b4-6aa6-fcaaccb3d8aa
sha: ab4440517112242983730217fc91e309993078ce
openjdk_1.8.0/openjdk-1.8.0_181.tar.gz:
size: 45283481
object_id: 900f65de-f9e2-498a-5825-ad5d6ad38039
sha: 42946e02166ce9ad6e3c4216f1d362c036b1e228
2 changes: 1 addition & 1 deletion packages/credhub/pre_packaging
Expand Up @@ -6,7 +6,7 @@ export PATH=$PATH:/bin:/usr/bin
# In CI...
if [ `uname` = "Linux" ]; then
# This var is substituted by scripts/fetch_latest_java.rb. Don't change it by hand, and don't remove this comment!
JDK_URL="https://java-buildpack.cloudfoundry.org/openjdk-jdk/trusty/x86_64/openjdk-1.8.0_172.tar.gz"
JDK_URL="https://java-buildpack.cloudfoundry.org/openjdk-jdk/trusty/x86_64/openjdk-1.8.0_181.tar.gz"

mkdir -p ${BUILD_DIR}/java
pushd ${BUILD_DIR}/java
Expand Down
2 changes: 1 addition & 1 deletion packages/openjdk_1.8.0/spec
Expand Up @@ -2,4 +2,4 @@
name: openjdk_1.8.0
dependencies: []
files:
- openjdk_1.8.0/openjdk-1.8.0_172.tar.gz
- openjdk_1.8.0/openjdk-1.8.0_181.tar.gz

0 comments on commit f10ab91

Please sign in to comment.