Skip to content
Snippets Groups Projects
Commit e98787a0 authored by Griefed's avatar Griefed :joystick:
Browse files

- Update bot version

- Made changing bot version in Dockerfile easier
parent 12ca4a9b
No related branches found
No related tags found
No related merge requests found
......@@ -2,6 +2,8 @@ FROM lsiobase/alpine:3.12
LABEL maintainer="Griefed <griefed@griefed.de>"
ARG BOT_VERSION=1.2.3
RUN \
echo "**** install dependencies and build tools and stuff ****" && \
apk add --no-cache \
......@@ -13,7 +15,7 @@ RUN \
echo "**** installing application ****" && \
curl -o \
/app/curseforgebot/curseforgebot.jar -L \
"https://github.com/ErdbeerbaerLP/Curseforge-Bot/releases/download/1.2.2/Curseforge-Bot-1.2.2.jar" && \
"https://github.com/ErdbeerbaerLP/Curseforge-Bot/releases/download/${BOT_VERSION}/Curseforge-Bot-${BOT_VERSION}.jar" && \
echo "**** Cleanup ****" && \
rm -rf \
/root/.cache \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment