Skip to content

Commit

Permalink
fess 14.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
marevol committed Feb 8, 2023
1 parent e2dea93 commit 79ab8e3
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.6.0
image: ghcr.io/codelibs/fess:14.6.1
# build: ./playwright # use Playwright
container_name: fess01
environment:
Expand Down
2 changes: 1 addition & 1 deletion fess/14.6/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.6.0
ARG FESS_VERSION=14.6.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 79ab8e3

Please sign in to comment.