Skip to content

Commit

Permalink
14.7.0-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
marevol committed Feb 7, 2023
1 parent 472c405 commit e2dea93
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion fess/snapshot-centos7/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ ENV FESS_APP_TYPE docker
RUN yum install -y ImageMagick unoconv poppler-utils initscripts \
&& yum clean all

ARG FESS_VERSION=14.6.0-SNAPSHOT
ARG FESS_VERSION=14.7.0-SNAPSHOT

RUN groupadd -g 1001 fess && \
useradd -u 1001 -g fess --system --no-create-home --home /var/lib/fess fess
Expand Down
2 changes: 1 addition & 1 deletion fess/snapshot/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-SNAPSHOT
ARG FESS_VERSION=14.7.0-SNAPSHOT

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 e2dea93

Please sign in to comment.