From 98da42deaa5300bccbb2edaf3ec6745374291322 Mon Sep 17 00:00:00 2001 From: Tresmos <32764592+Tresmos@users.noreply.github.com> Date: Sat, 9 Mar 2024 02:44:51 +0300 Subject: [PATCH] Update JMusicBot to Version 0.4.0 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 70dd7c6..1d91666 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM --platform=$TARGETOS/$TARGETARCH openjdk:18.0.2-slim -ENV BOT_VERSION 0.3.9 +ENV BOT_VERSION 0.4.0 RUN apt-get update -y \ && apt-get install -y --no-install-recommends curl \