Skip to content

Commit

Permalink
Merge pull request #210 from SolaceProducts/moodiRealist/DATAGO-87115…
Browse files Browse the repository at this point in the history
…-expat-higher-baseimage

DATAGO-87115: upversion base image to address expat vulnerability
  • Loading branch information
moodiRealist authored Oct 28, 2024
2 parents 5ad78c3 + a5b03c8 commit 5a8c84a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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

0 comments on commit 5a8c84a

Please sign in to comment.