From e0816e3d4aaef3964d6662bae0265b3fdc7ee1bf Mon Sep 17 00:00:00 2001 From: casperklein Date: Fri, 26 Jun 2020 22:51:37 +0200 Subject: [PATCH] version 0.1.1 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 351af0f..8872168 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ FROM debian:10-slim as build ENV USER="casperklein" ENV NAME="debian-repo" -ENV VERSION="0.1" +ENV VERSION="0.1.1" ENV PACKAGES="apache2 reprepro"