[fix] docker api version issue and shuffle-shared version bump

This commit is contained in:
Lalit Deore
2026-05-13 17:14:48 +05:30
parent 84ca3de616
commit 88ba93e87c
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -44,7 +44,7 @@ AUTH_FOR_ORBORUS=
# CHANGE THIS IF YOU WANT GOOD LOCAL EXECUTIONS:
OUTER_HOSTNAME=shuffle-backend
DB_LOCATION=./shuffle-database
DOCKER_API_VERSION=1.40
DOCKER_API_VERSION=1.44
# Orborus/Proxy configurations
HTTP_PROXY=
+1 -1
View File
@@ -24,7 +24,7 @@ require (
github.com/gorilla/mux v1.8.1
github.com/h2non/filetype v1.1.3
github.com/satori/go.uuid v1.2.0
github.com/shuffle/shuffle-shared v1.2.50
github.com/shuffle/shuffle-shared v1.2.51
github.com/shuffle/singul v0.0.32
golang.org/x/crypto v0.48.0
google.golang.org/api v0.236.0