We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4740b10 + f7d5879 commit e6f9156Copy full SHA for e6f9156
CHANGELOG.md
@@ -5,6 +5,11 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
5
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
6
7
## [Unreleased]
8
+
9
+### Security
10
+- Update nginx to 1.24 in Dockerfile.nginx
11
+ [cyberark/conjur-api-java#118](https://github.com/cyberark/conjur-api-java/issues/118)
12
13
### Changed
14
- Avoid calling `login` for host
15
[cyberark/conjur-api-java#117](https://github.com/cyberark/conjur-api-java/pull/117)
Dockerfile.nginx
@@ -1,4 +1,4 @@
1
-FROM nginx:1.23.3
+FROM nginx:1.24
2
3
MAINTAINER Conjur Inc
4
0 commit comments