From 032235da64908ba1bc2ea90342a64552ddba96f7 Mon Sep 17 00:00:00 2001 From: Fudster <5642609+Fudster@users.noreply.github.com> Date: Fri, 10 Jan 2025 18:07:06 -0500 Subject: [PATCH] doc(pydiscordsh): Preparing docker build --- apps/pydiscordsh/README.md | 2 +- apps/pydiscordsh/project.json | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/apps/pydiscordsh/README.md b/apps/pydiscordsh/README.md index b61854831..bd283ddba 100644 --- a/apps/pydiscordsh/README.md +++ b/apps/pydiscordsh/README.md @@ -1,4 +1,4 @@ # PyDiscordSh This is a `/v1/` of the Discord.sh API. -We will use a different setup for `/v0/` and `/v2/`. \ No newline at end of file +We will use a different setup for `/v0/` and `/v2/`. diff --git a/apps/pydiscordsh/project.json b/apps/pydiscordsh/project.json index 7e1f8740a..6ccdd3343 100644 --- a/apps/pydiscordsh/project.json +++ b/apps/pydiscordsh/project.json @@ -74,15 +74,15 @@ "metadata": { "images": ["kbve/pydiscordsh"], "load": true, - "tags": ["1.42", "1.42.0"] + "tags": ["1.43", "1.43.0"] }, "configurations": { "local": { - "tags": ["1.42", "1.42.0"], + "tags": ["1.43", "1.43.0"], "push": false }, "production": { - "tags": ["1.42", "1.42.0"], + "tags": ["1.43", "1.43.0"], "push": true, "customBuildOptions": "--push", "cache-from": [ @@ -104,7 +104,7 @@ "forwardAllArgs": false }, { - "command": "docker run --env-file .env -p 3000:3000 kbve/pydiscordsh:1.42", + "command": "docker run --env-file .env -p 3000:3000 kbve/pydiscordsh:1.43", "forwardAllArgs": false } ],