Skip to content

Commit

Permalink
Merge pull request #111 from cyberark/upgrade-nginx-dockerfile
Browse files Browse the repository at this point in the history
Upgrade base image in nginx Dockerfile
  • Loading branch information
jtuttle authored May 19, 2022
2 parents 620d5bc + e50822d commit d6b0d53
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

### Security
- Upgraded nginx Dockerfile base image to fix CVE-2022-0778 and CVE-2022-1292.
[cyberark/conjur-api-java#111](https://github.com/cyberark/conjur-api-java/pull/111)

## [3.0.2] - 2020-10-28
### Fixed
- Multiple unused transitive dependencies, such as `exec-maven-plugin`, were removed.
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.21.4
FROM nginx:1.21.6

MAINTAINER Conjur Inc

Expand Down

0 comments on commit d6b0d53

Please sign in to comment.