Skip to content

Commit

Permalink
Upgrade kube-apiserver to v1.23.2 (#2849)
Browse files Browse the repository at this point in the history
  • Loading branch information
martinmaly committed Mar 2, 2022
1 parent eaab63a commit 6525887
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion porch/hack/local/kube-apiserver/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
FROM golang:1.17-bullseye as builder

WORKDIR /workspace/src
RUN git clone https://github.com/kubernetes/kubernetes --branch v1.23.1 --depth=1
RUN git clone https://github.com/kubernetes/kubernetes --branch v1.23.2 --depth=1
WORKDIR /workspace/src/kubernetes
RUN apt-get update && apt-get install --yes rsync
RUN make generated_files
Expand Down

0 comments on commit 6525887

Please sign in to comment.