Skip to content

Commit

Permalink
Merge pull request #288 from AkihiroSuda/g2
Browse files Browse the repository at this point in the history
Dockerfile: BASE_IMAGE=kindest/node:v1.28.0
  • Loading branch information
AkihiroSuda committed Sep 5, 2023
2 parents 70492b8 + e50220b commit 5ea8f2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG BASE_IMAGE=kindest/node:v1.27.3
ARG BASE_IMAGE=kindest/node:v1.28.0

# TODO: use `ADD --checksum=sha256...`
FROM scratch AS cni-plugins-amd64
Expand Down

0 comments on commit 5ea8f2c

Please sign in to comment.