Skip to content

Commit e126f58

Browse files
szhGitHub Enterprise
authored andcommitted
Merge pull request #98 from Conjur-Enterprise/ubi
CNJR-11779: Update UBI base image to latest to resolve CVE-2025-6965
2 parents eefacd5 + 46573f7 commit e126f58

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,16 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
1010
- Nothing should go in this section, please add to the latest unreleased version
1111
(and update the corresponding date), or add a new version.
1212

13-
## [9.1.0] - 2025-11-10
13+
## [9.1.0] - 2025-11-13
1414

1515
### Added
1616
- Added ability to support localhost as redirect URI in oidc authenticators.
1717
CNJR-11471
1818
- Update Go to 1.25 (CONJSE-2067)
1919

20+
### Security
21+
- Update UBI base image to latest to resolve CVE-2025-6965 (CNJR-11779)
22+
2023
## [9.0.0] - 2025-09-04
2124

2225
### Added

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM registry.access.redhat.com/ubi9/ubi-minimal:9.6 AS conjur-cli-go
1+
FROM registry.access.redhat.com/ubi9/ubi-minimal:latest AS conjur-cli-go
22
LABEL org.opencontainers.image.authors="CyberArk Software Ltd."
33

44
ENTRYPOINT [ "/usr/local/bin/conjur" ]

0 commit comments

Comments
 (0)