Skip to content

Commit 7e5896e

Browse files
authored
Merge pull request #178 from morph-data/chore/update-v0.3.0rc3
update version as v0.3.0rc3
2 parents d0626bd + 521044b commit 7e5896e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

core/morph/task/utils/load_dockerfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ def get_dockerfile_from_api(
2121
Returns:
2222
Tuple containing (dockerfile, dockerignore)
2323
"""
24-
url = f"https://backend-api-public.morph-cb9.workers.dev/dockerfile/{framework}"
24+
url = f"https://dockerfile-template.morph-cb9.workers.dev/dockerfile/{framework}"
2525

2626
params: Dict[str, Any] = {
2727
"provider": provider,

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "morph-data"
3-
version = "0.3.0rc2"
3+
version = "0.3.0rc3"
44
description = "Morph is a python-centric full-stack framework for building and deploying data apps."
55
authors = ["Morph <contact@morphdb.io>"]
66
packages = [

0 commit comments

Comments
 (0)