Skip to content

Commit

Permalink
v1.0.0-beta.16-ba60e37
Browse files Browse the repository at this point in the history
  • Loading branch information
mxschmitt committed Jan 15, 2022
1 parent 24a70a1 commit 0d59ef1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM sinusbot/docker:1.0.0-beta.14-dc94a7c-discord
FROM sinusbot/docker:1.0.0-beta.16-ba60e37-discord

LABEL description="SinusBot - TeamSpeak 3 and Discord music bot."
LABEL version="1.0.0-beta.14-dc94a7c"
LABEL version="1.0.0-beta.16-ba60e37"

# Install dependencies and clean up afterwards
RUN apt-get update && \
Expand Down
2 changes: 1 addition & 1 deletion discord/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM debian:buster-slim

LABEL description="SinusBot - Discord only image"
LABEL version="1.0.0-beta.14-dc94a7c"
LABEL version="1.0.0-beta.16-ba60e37"

# Install dependencies and clean up afterwards
RUN apt-get update && \
Expand Down
2 changes: 1 addition & 1 deletion discord/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

set -e

SINUSBOT_VERSION="1.0.0-beta.14-dc94a7c"
SINUSBOT_VERSION="1.0.0-beta.16-ba60e37"

case "$1" in

Expand Down

0 comments on commit 0d59ef1

Please sign in to comment.