Skip to content

Commit

Permalink
Bump slack and discord versions
Browse files Browse the repository at this point in the history
  • Loading branch information
rubensa committed Oct 22, 2024
1 parent ca1d62e commit c6c9887
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ EOT

# NOTE: Slack depends on chrome to be installed
# Slack (https://slack.com/intl/es-es/release-notes/linux)
ARG SLACK_VERSION=4.40.128
ARG SLACK_VERSION=4.40.133
# Add Slack
RUN <<EOT
echo "# Installing slack..."
Expand Down Expand Up @@ -162,7 +162,7 @@ rm ./zoom.deb
EOT

# Add Discord (https://discord.com/download)
ARG DISCORD_VERSION=0.0.71
ARG DISCORD_VERSION=0.0.72
ADD https://dl.discordapp.net/apps/linux/${DISCORD_VERSION}/discord-${DISCORD_VERSION}.tar.gz /tmp/discord.tar.gz
RUN <<EOT
echo "# Installing Discord..."
Expand Down

0 comments on commit c6c9887

Please sign in to comment.