From 4468623fcaff4cc7057423c04b7d050f4ff8baf4 Mon Sep 17 00:00:00 2001 From: "Chris. P" Date: Sat, 22 Feb 2020 18:34:34 +0100 Subject: [PATCH] Update quasselcore to v0.13.1 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 3b61ddc..10b9e34 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM alpine:3.8 -ARG VERSION=0.13.0 +ARG VERSION=0.13.1 ENV PORT=4242 \ CONFIGDIR="/config"