Skip to content

Commit f2641e9

Browse files
committed
CHO: Restore dockerfile URL
skipci
1 parent 9ba58a9 commit f2641e9

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

octue/cloud/deployment/google/cloud_run/deployer.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@
44
from octue.exceptions import DeploymentError
55

66

7-
DEFAULT_CLOUD_RUN_DOCKERFILE_URL = "https://raw.githubusercontent.com/octue/octue-sdk-python/feature/support-poetry-based-apps-on-cloud-run/octue/cloud/deployment/google/cloud_run/Dockerfile"
7+
DEFAULT_CLOUD_RUN_DOCKERFILE_URL = (
8+
"https://raw.githubusercontent.com/octue/octue-sdk-python/main/octue/cloud/deployment/google/cloud_run/Dockerfile"
9+
)
810

911

1012
class CloudRunDeployer(BaseDeployer):

0 commit comments

Comments
 (0)