Skip to content

Commit

Permalink
fess 14.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
marevol committed Dec 7, 2023
1 parent b548ec2 commit cb992b4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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.11.0
image: ghcr.io/codelibs/fess:14.11.1
# build: ./playwright # use Playwright
container_name: fess01
environment:
Expand Down
2 changes: 1 addition & 1 deletion compose/playwright/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ghcr.io/codelibs/fess:snapshot
FROM ghcr.io/codelibs/fess:14.11.1

RUN apt-get update && \
apt-get install -y \
Expand Down
2 changes: 1 addition & 1 deletion fess/14.11/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.11.0
ARG FESS_VERSION=14.11.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 cb992b4

Please sign in to comment.