Skip to content

Commit 59dd199

Browse files
Update Dockerfile to use Debian 13
Signed-off-by: Jesús Fernández <7312236+fernandezcuesta@users.noreply.github.com>
1 parent c324389 commit 59dd199

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

‎Dockerfile‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# syntax=docker/dockerfile:1
22

3-
# It's important that this is Debian 12 to match the distroless image.
3+
# It's important that this is Debian 13 to match the distroless image.
44
FROM debian:13-slim AS build
55

66
RUN --mount=type=cache,target=/var/lib/apt/lists \

‎function/main.py‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
@sdkcli.standard_options
1111
def cli(**kwargs):
1212
"""A Crossplane composition function."""
13-
sdkcli.run(fn.FunctionRunner(), **kwargs)
13+
sdkcli.run(fn.Runner(), **kwargs)
1414

1515

1616
if __name__ == "__main__":

0 commit comments

Comments
 (0)