Skip to content

Commit

Permalink
Bump version for removing fly.io config
Browse files Browse the repository at this point in the history
  • Loading branch information
lucapasquale committed Oct 20, 2024
1 parent 8d2711a commit 95c80ca
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 44 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -73,11 +73,11 @@ RUN apt-get update -y \
&& rm -f /var/lib/apt/lists/*_*

# Install yt-dlp
RUN curl -L https://github.com/yt-dlp/yt-dlp/releases/download/2024.08.06/yt-dlp -o /usr/local/bin/yt-dlp \
RUN curl -L https://github.com/yt-dlp/yt-dlp/releases/latest/download/yt-dlp -o /usr/local/bin/yt-dlp \
&& chmod a+rx /usr/local/bin/yt-dlp

# Install streamlink
RUN curl -L https://github.com/streamlink/streamlink-appimage/releases/download/6.2.0-1/streamlink-6.2.0-1-cp311-cp311-manylinux2014_x86_64.AppImage -o /usr/local/bin/streamlink \
RUN curl -L https://github.com/streamlink/streamlink-appimage/releases/download/6.11.0-1/streamlink-6.11.0-1-cp312-cp312-manylinux2014_x86_64.AppImage -o /usr/local/bin/streamlink \
&& chmod a+rx /usr/local/bin/streamlink

# Set the locale
Expand Down
41 changes: 0 additions & 41 deletions fly.toml

This file was deleted.

2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ defmodule Botchini.MixProject do
def project do
[
app: :botchini,
version: "8.12.2",
version: "8.13.0",
elixir: "~> 1.17.0",
build_embedded: Mix.env() == :prod,
start_permanent: Mix.env() == :prod,
Expand Down

0 comments on commit 95c80ca

Please sign in to comment.