Skip to content

Commit

Permalink
app/discord: update discord to 0.0.64
Browse files Browse the repository at this point in the history
  • Loading branch information
waynr committed Aug 17, 2024
1 parent d874b80 commit e1796d1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/discord/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "discord"
version = "0.0.41"
version = "0.0.64"
authors = ["Wayne Warren <[email protected]>"]
edition = "2018"

Expand Down
2 changes: 1 addition & 1 deletion app/discord/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ impl aspects::ContainerAspect for Discord {
aspects::DockerfileSnippet {
order: 91,
content: r#"WORKDIR /opt/
RUN curl https://dl.discordapp.net/apps/linux/0.0.41/discord-0.0.41.deb > /opt/discord.deb && \
RUN curl https://dl.discordapp.net/apps/linux/0.0.64/discord-0.0.64.deb > /opt/discord.deb && \
dpkg --force-depends -i /opt/discord.deb ; rm /opt/discord.deb
RUN apt-get update && apt-get --fix-broken install -y \
&& apt-get purge --autoremove \
Expand Down

0 comments on commit e1796d1

Please sign in to comment.