Skip to content

Commit

Permalink
Merge pull request #41 from WASdev/version_wlp_23.0.0.4
Browse files Browse the repository at this point in the history
Updates for WLP 23.0.0.4
  • Loading branch information
kevin-ortega authored May 5, 2023
2 parents 137098b + 7fda3e8 commit fd8de97
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
mkdir ~/cekit${{ env.CEKIT_VERSION }}
virtualenv ~/cekit${{ env.CEKIT_VERSION }}
. ~/cekit${{ env.CEKIT_VERSION }}/bin/activate
pip install cekit==${{ env.CEKIT_VERSION }} docker==5.0.3 docker-squash odcs behave lxml
pip install cekit==${{ env.CEKIT_VERSION }} docker==5.0.3 docker-squash odcs behave lxml urllib3==1.26.15
- name: install s2i binary
run: |
echo ===== Installing s2i from ${{ env.S2I_URL }} =====
Expand Down
2 changes: 1 addition & 1 deletion .one-pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ setup:
set_env S2I_URI "https://api.github.com/repos/openshift/source-to-image/releases/tags/v1.3.1"
set_env CEKIT_VERSION "3.2.1"
set_env LIBERTY_VERSION "23.0.0.3"
set_env LIBERTY_VERSION "23.0.0.4"
test:
abort_on_failure: false
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
LIBERTY_VERSION=23.0.0.3
LIBERTY_VERSION=23.0.0.4
JAVA8_IMAGE_VERSION=$(LIBERTY_VERSION)-java8
JAVA8_RUNTIME_IMAGE_VERSION=$(LIBERTY_VERSION)-runtime-java8
JAVA11_IMAGE_VERSION=$(LIBERTY_VERSION)-java11
Expand Down

0 comments on commit fd8de97

Please sign in to comment.