Skip to content

Commit

Permalink
fess 13.13.1
Browse files Browse the repository at this point in the history
  • Loading branch information
marevol committed Jul 11, 2021
1 parent b5e8df1 commit ea43a5f
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion 13.13/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ RUN apt-get update && \
apt-get install -y imagemagick procps unoconv ant xpdf && \
apt-get clean && rm -rf /var/lib/apt/lists/*

ARG FESS_VERSION=13.13.0
ARG FESS_VERSION=13.13.1

RUN groupadd -g 1001 fess && \
useradd -u 1001 fess -g fess
Expand Down
4 changes: 2 additions & 2 deletions compose/docker-compose.cluster.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: "3"
services:
es01:
image: ghcr.io/codelibs/fess-elasticsearch:7.13.2
image: ghcr.io/codelibs/fess-elasticsearch:7.13.3
container_name: es01
environment:
- node.name=es01
Expand Down Expand Up @@ -34,7 +34,7 @@ services:
max-file: "5"

es02:
image: ghcr.io/codelibs/fess-elasticsearch:7.13.2
image: ghcr.io/codelibs/fess-elasticsearch:7.13.3
container_name: es02
environment:
- node.name=es02
Expand Down
2 changes: 1 addition & 1 deletion compose/docker-compose.kibana.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: "3"
services:
kibana:
image: docker.elastic.co/kibana/kibana:7.13.2
image: docker.elastic.co/kibana/kibana:7.13.3
container_name: kibana
environment:
- "ELASTICSEARCH_HOSTS=http://es01:9200"
Expand Down
2 changes: 1 addition & 1 deletion compose/docker-compose.standalone.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: "3"
services:
es01:
image: ghcr.io/codelibs/fess-elasticsearch:7.13.2
image: ghcr.io/codelibs/fess-elasticsearch:7.13.3
container_name: es01
environment:
- node.name=es01
Expand Down
2 changes: 1 addition & 1 deletion compose/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: "3"
services:
fess01:
image: ghcr.io/codelibs/fess:13.13.0
image: ghcr.io/codelibs/fess:13.13.1
container_name: fess01
environment:
- "ES_HTTP_URL=http://es01:9200"
Expand Down

0 comments on commit ea43a5f

Please sign in to comment.