Skip to content

Commit

Permalink
fess 13.10.3
Browse files Browse the repository at this point in the history
  • Loading branch information
marevol committed Feb 24, 2021
1 parent f314bd8 commit df4b972
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions 13.10/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ 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.10.2
ARG ELASTIC_VERSION=7.10.1
ARG FESS_VERSION=13.10.3
ARG ELASTIC_VERSION=7.10.2

RUN groupadd -g 1000 elasticsearch && \
groupadd -g 1001 fess && \
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.10.2
image: ghcr.io/codelibs/fess:13.10.3
container_name: fess01
environment:
- RUN_ELASTICSEARCH=false
Expand Down

0 comments on commit df4b972

Please sign in to comment.