Skip to content

Commit

Permalink
Upgrade ruby from 2.4 to 3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
juniortaeza authored and john-odonnell committed Apr 19, 2023
1 parent 824f628 commit 5d25667
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
[cyberark/conjur-authn-k8s-client#505](https://github.com/cyberark/conjur-authn-k8s-client/pull/505)

### Changed
- Upgrade ruby from 2.4 to 3.1 in bin/test-workflow/test_app_summon/Dockerfile
[cyberark/conjur-authn-k8s-client#508](https://github.com/cyberark/conjur-authn-k8s-client/pull/508)
- Upgrade base image in Dockerfiles to 1.19 and necessary dependencies
[cyberark/conjur-authn-k8s-client#502](https://github.com/cyberark/conjur-authn-k8s-client/pull/502)
- Add a wait for the master before provisioning the follower in the CI tests.
Expand Down
2 changes: 1 addition & 1 deletion bin/test-workflow/test_app_summon/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ruby:2.4 as test-app-builder
FROM ruby:3.1 as test-app-builder
MAINTAINER CyberArk
LABEL builder="test-app-builder"

Expand Down

0 comments on commit 5d25667

Please sign in to comment.