From a1a48b60e7e25aaff0e34549245f1720d31324ab Mon Sep 17 00:00:00 2001 From: txj-xyz <7461476+txj-xyz@users.noreply.github.com> Date: Tue, 9 Jan 2024 09:29:10 -0700 Subject: [PATCH] dep: bump `phpipam` version to latest `v1.6.0` tag --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 1b2999e..6bcca96 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ FROM php:7.2-apache MAINTAINER Pierre Cheynier ENV PHPIPAM_SOURCE https://github.com/phpipam/phpipam/ -ARG PHPIPAM_VERSION=1.5.2 +ARG PHPIPAM_VERSION=1.6.0 ENV PHPMAILER_SOURCE https://github.com/PHPMailer/PHPMailer/ ARG PHPMAILER_VERSION=6.7.1 ENV PHPSAML_SOURCE https://github.com/onelogin/php-saml/