From 944e5150e0390e7d93a010b19c5c53254ce6df40 Mon Sep 17 00:00:00 2001 From: Oscar Blue Date: Thu, 3 Aug 2023 21:43:43 +0100 Subject: [PATCH] Updated to version 1.7.3 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 03479ad..783ded0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ FROM python:3.10.4 # set version label -ARG PLUGET_VERSION=v1.7.2 +ARG PLUGET_VERSION=v1.7.3 LABEL maintainer="oscar@oscarpo.co" ENV HOME="/config"