Skip to content

Commit

Permalink
chore: update Dockerfile base image and tag
Browse files Browse the repository at this point in the history
Signed-off-by: peefy <[email protected]>
  • Loading branch information
Peefy committed Dec 20, 2023
1 parent dc8fbce commit 15f7c1e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ RUN --mount=target=. \

# Produce the Function image. We use a very lightweight 'distroless' image that
# does not include any of the build tools used in previous stages.
FROM gcr.io/distroless/base-debian11 AS image
FROM kcllang/kcl AS image
WORKDIR /
COPY --from=build /function /function
EXPOSE 9443
Expand Down
2 changes: 1 addition & 1 deletion examples/resources/basic/functions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ metadata:
# This tells crossplane beta render to connect to the function locally.
render.crossplane.io/runtime: Development
spec:
package: kcllang/crossplane-kcl:0.1.0
package: kcllang/crossplane-kcl:v0.1.0

0 comments on commit 15f7c1e

Please sign in to comment.