Skip to content

Commit

Permalink
Update ES version
Browse files Browse the repository at this point in the history
  • Loading branch information
alainbodiguel committed May 5, 2024
1 parent 609b4e1 commit 22c7f27
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ RUN mvn install \
###################
# PACKAGING STAGE #
###################
FROM gisaia/arlas-openjdk-17-distroless:20240503100632
FROM gisaia/arlas-openjdk-17-distroless:20240505183515

# application placed into /opt/app
WORKDIR /opt/app
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile-package-only
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
###################
# PACKAGING STAGE #
###################
FROM gisaia/arlas-openjdk-17-distroless:20240503100632
FROM gisaia/arlas-openjdk-17-distroless:20240505183515

# application placed into /opt/app
WORKDIR /opt/app
Expand Down
2 changes: 1 addition & 1 deletion docker-compose-elasticsearch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: '3'

services:
elasticsearch:
image: docker.elastic.co/elasticsearch/elasticsearch:${ELASTIC_VERSION:-8.13.0}
image: docker.elastic.co/elasticsearch/elasticsearch:${ELASTIC_VERSION:-8.13.3}
container_name: elasticsearch
restart: always
environment:
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
<hazelcast.version>5.4.0</hazelcast.version>

<!-- ELASTICSEARCH-->
<elastic.version>8.13.2</elastic.version>
<elastic.version>8.13.3</elastic.version>

<!-- GEO-->
<geotools.version>30.2</geotools.version>
Expand Down
2 changes: 1 addition & 1 deletion scripts/ci/tests-integration.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash
set -e

export ELASTIC_VERSION="8.13.0"
export ELASTIC_VERSION="8.13.3"

function clean_exit {
ARG=$?
Expand Down

0 comments on commit 22c7f27

Please sign in to comment.