-
Notifications
You must be signed in to change notification settings - Fork 227
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
357e9ea
commit a98f7f6
Showing
3 changed files
with
5 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -25,7 +25,7 @@ FROM gcr.io/kpt-fn/set-project-id:v0.2.0 as set-project-id | |
FROM gcr.io/kpt-fn/starlark:v0.3.0 as starlark | ||
FROM gcr.io/kpt-fn/upsert-resource:v0.2.0 as upsert-resource | ||
|
||
FROM golang:1.20.6-alpine3.18 as builder | ||
FROM golang:1.20.7-alpine3.18 as builder | ||
WORKDIR /go/src/github.com/GoogleContainerTools/kpt | ||
|
||
RUN go install github.com/grpc-ecosystem/[email protected] | ||
|
@@ -43,7 +43,7 @@ COPY porch/func/ porch/func/ | |
RUN cd porch/func ; go build -v -o /server ./server | ||
COPY porch/func/config.yaml /config.yaml | ||
|
||
FROM alpine:3.15 | ||
FROM alpine:3.18 | ||
|
||
COPY --from=apply-setters /usr/local/bin/function /functions/apply-setters | ||
COPY --from=apply-setters-v1 /usr/local/bin/function /functions/apply-setters-v1 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters