Skip to content

Commit

Permalink
🔧 chore: Update chocolate_app version to 10.1.4-alpha in Dockerfile_b…
Browse files Browse the repository at this point in the history
…ase and pyproject.toml
  • Loading branch information
Impre-visible committed Nov 18, 2024
1 parent 3af6169 commit 2d0394d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile_base
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM python:3.10

RUN apt-get update && apt-get install -y ffmpeg unrar-free

RUN pip install chocolate_app==10.1.3a0
RUN pip install chocolate_app==10.1.4a0

EXPOSE 8888

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "chocolate_app"
version = "10.1.3-alpha"
version = "10.1.4-alpha"
description = ""
authors = [
{ name = "Imprevisible", email = "[email protected]" },
Expand Down

0 comments on commit 2d0394d

Please sign in to comment.