Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DATAGO-87115: upversion base image to address expat vulnerability #210

Merged
merged 1 commit into from
Oct 28, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,7 @@ where "/path/containing/terraform-provider-solacebroker" is replaced with the di

## Prerequisites

* Java 17 (JDK 17.0.10_7+)
* Java 17 (JDK 17.0.13_11+)
* Maven

## Cloning the GitHub Event Management Agent Repository
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ setup_colors

msg "${GREEN}Building image:${YELLOW} event-management-agent:${IMAGE_TAG}\n${NOFORMAT}"

export BASE_IMAGE=eclipse-temurin:17.0.10_7-jre-alpine
export BASE_IMAGE=eclipse-temurin:17.0.13_11-jre-alpine
export GITHASH=$(git rev-parse HEAD)
export GITBRANCH=$(git branch --show-current)
export BUILD_TIMESTAMP=$(date -u)
Expand Down
Loading