Skip to content

Commit 4e21c55

Browse files
committed
bump image version
1 parent 29826ce commit 4e21c55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

v03_pipeline/lib/tasks/dataproc/create_dataproc_cluster.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
)
1616
from v03_pipeline.lib.tasks.dataproc.misc import get_cluster_name
1717

18-
DEBIAN_IMAGE = '2.1.33-debian11'
18+
DEBIAN_IMAGE = '2.2.5-debian12'
1919
HAIL_VERSION = hl.version().split('-')[0]
2020
INSTANCE_TYPE = 'n1-highmem-8'
2121
PKGS = '|'.join([x for x in pip_freeze.freeze() if 'hail @' not in x])

0 commit comments

Comments
 (0)