Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/mao3267/flytekit into inp…
Browse files Browse the repository at this point in the history
…ut-through-file-and-pipe
  • Loading branch information
mao3267 committed Aug 17, 2024
2 parents ef0ca44 + 620a449 commit 28e6298
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flytekit/image_spec/default_builder.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@

DOCKER_FILE_TEMPLATE = Template("""\
#syntax=docker/dockerfile:1.5
FROM ghcr.io/astral-sh/uv:0.2.35 as uv
FROM ghcr.io/astral-sh/uv:0.2.37 as uv
FROM mambaorg/micromamba:1.5.8-bookworm-slim as micromamba
FROM $BASE_IMAGE
Expand Down

0 comments on commit 28e6298

Please sign in to comment.