Skip to content

Commit

Permalink
Merge pull request #118 from cyberark/upgrade-nginx-branch
Browse files Browse the repository at this point in the history
Upgrade nginx to 1.24
  • Loading branch information
juniortaeza authored May 24, 2023
2 parents 4740b10 + f7d5879 commit e6f9156
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [Unreleased]

### Security
- Update nginx to 1.24 in Dockerfile.nginx
[cyberark/conjur-api-java#118](https://github.com/cyberark/conjur-api-java/issues/118)

### Changed
- Avoid calling `login` for host
[cyberark/conjur-api-java#117](https://github.com/cyberark/conjur-api-java/pull/117)
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.nginx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM nginx:1.23.3
FROM nginx:1.24

MAINTAINER Conjur Inc

Expand Down

0 comments on commit e6f9156

Please sign in to comment.