From 04bdfbeacb4e410707917815b15add7098451bc7 Mon Sep 17 00:00:00 2001 From: Gilles Dubois Date: Tue, 17 Mar 2020 17:48:58 +0100 Subject: [PATCH] Update docker compose and docker file tag --- 2.7/Dockerfile | 2 +- 2.7/docker-compose.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/2.7/Dockerfile b/2.7/Dockerfile index 99c53fa..63c683b 100644 --- a/2.7/Dockerfile +++ b/2.7/Dockerfile @@ -1,7 +1,7 @@ FROM centos:centos7 LABEL maintainer="contact@ocsinventory-ng.org" \ - version="nightly" \ + version="2.7" \ description="OCS Inventory docker image" ARG YUM_FLAGS="-y" diff --git a/2.7/docker-compose.yml b/2.7/docker-compose.yml index 22731f3..40253b8 100644 --- a/2.7/docker-compose.yml +++ b/2.7/docker-compose.yml @@ -2,7 +2,7 @@ version: '3' services: ocsapplication: - image: ocsinventory/ocsinventory-docker-image:nightly + image: ocsinventory/ocsinventory-docker-image:2.7 container_name : ocsinventory-server restart: always ports: