Skip to content

Commit

Permalink
fess 14.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
marevol committed Sep 17, 2023
1 parent 110da45 commit 1f6a63d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion compose/compose.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
services:
fess01:
image: ghcr.io/codelibs/fess:14.10.0
image: ghcr.io/codelibs/fess:14.10.1
# build: ./playwright # use Playwright
container_name: fess01
environment:
Expand Down
2 changes: 1 addition & 1 deletion fess/14.10/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 unoconv poppler-utils && \
apt-get clean && rm -rf /var/lib/apt/lists/*

ARG FESS_VERSION=14.10.0
ARG FESS_VERSION=14.10.1

RUN groupadd -g 1001 fess && \
useradd -u 1001 -g fess --system --no-create-home --home /var/lib/fess fess
Expand Down

0 comments on commit 1f6a63d

Please sign in to comment.