Skip to content

Commit

Permalink
Upgrade Fileds plugin to 1.21.13
Browse files Browse the repository at this point in the history
  • Loading branch information
PPCM committed Sep 30, 2024
1 parent 881c0f8 commit e775c7d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## Supported tags

- 10, 10.0, 10.0.16, 10.0.16-3, latest
- 10, 10.0, 10.0.16, 10.0.16-4, latest
- 10.0.15, 10.0.15-2
- 10.0.14, 10.0.14-1
- 10.0.12, 10.0.12-3
Expand Down
3 changes: 2 additions & 1 deletion glpi-server/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ ENV NODE_ENV=production
ENV GLPI_VERSION="10.0.16"
ENV CAS_VERSION="1.6.1"
ENV PLUGIN_ACCOUNT_VERSION="3.0.4"
ENV PLUGIN_FIELDS_VERSION="1.21.12"
ENV PLUGIN_FIELDS_VERSION="1.21.13"
ENV PLUGIN_MANAGEENTITIES_VERSION="4.0.3"
ENV PLUGIN_MANUFACTURESIMPORTS_VERSION="3.0.8"
ENV PLUGIN_MREPORTING_VERSION="1.8.6"
Expand Down Expand Up @@ -97,6 +97,7 @@ RUN \
&& wget https://github.com/yllen/reports/releases/download/v${PLUGIN_REPORTS_VERSION}/glpi-reports-${PLUGIN_REPORTS_VERSION}.tar.gz \
&& tar xzf glpi-reports-${PLUGIN_REPORTS_VERSION}.tar.gz \
&& rm glpi-reports-${PLUGIN_REPORTS_VERSION}.tar.gz \
# Installation of the plugin GLPI Inventory
&& wget https://github.com/glpi-project/glpi-inventory-plugin/releases/download/${PLUGIN_GLPIINVENTORY_VERSION}/glpi-glpiinventory-${PLUGIN_GLPIINVENTORY_VERSION}.tar.bz2 \
&& tar xjf glpi-glpiinventory-${PLUGIN_GLPIINVENTORY_VERSION}.tar.bz2 \
&& rm glpi-glpiinventory-${PLUGIN_GLPIINVENTORY_VERSION}.tar.bz2
Expand Down

0 comments on commit e775c7d

Please sign in to comment.