From e4f31bd655f75a33d69a6332b42949986292c111 Mon Sep 17 00:00:00 2001 From: Tresmos Date: Sun, 12 May 2024 00:42:25 +0300 Subject: [PATCH] Update JMusicBot to Version 0.4.1 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 3b9db74..4eb1997 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM --platform=$TARGETOS/$TARGETARCH alpine:3.19 -ENV BOT_VERSION 0.4.0 +ENV BOT_VERSION 0.4.1 RUN apk update \ && apk upgrade \