Skip to content

Commit

Permalink
bump dockerfile deps
Browse files Browse the repository at this point in the history
  • Loading branch information
aojea committed Mar 3, 2024
1 parent fc4d938 commit e5449c1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.20
FROM golang:1.22
WORKDIR /go/src
# make deps fetching cacheable
COPY go.mod go.sum ./
Expand All @@ -8,6 +8,6 @@ COPY . .
RUN make build

# build real cloud-provider-kind image
FROM gcr.io/distroless/static-debian11
FROM gcr.io/distroless/static-debian12
COPY --from=0 --chown=root:root ./go/src/bin/cloud-provider-kind /bin/cloud-provider-kind
ENTRYPOINT ["/bin/cloud-provider-kind"]

0 comments on commit e5449c1

Please sign in to comment.