File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
9
9
- Nothing should go in this section, please add to the latest unreleased version
10
10
(and update the corresponding date), or add a new version.
11
11
12
- ## [ 5.4.1] - 2023-03-29
12
+ ## [ 5.4.1] - 2023-06-14
13
+
13
14
### Added
14
15
- Added authenticate wrapper to access unparsed response object (including headers).
15
16
[ cyberark/conjur-api-ruby #213 ] ( https://github.com/cyberark/conjur-api-ruby/pull/213 )
Original file line number Diff line number Diff line change 1
- FROM ruby:3
1
+ FROM ruby:3-slim
2
2
3
- RUN apt-get update && apt-get install -y vim curl
3
+ RUN apt-get update && apt-get install -y vim curl git build-essential
4
4
5
5
WORKDIR /src/conjur-api
6
6
You can’t perform that action at this time.
0 commit comments