diff --git a/cluster/images/Dockerfile b/cluster/images/Dockerfile index b864d5215129..2aec28f7b62b 100644 --- a/cluster/images/Dockerfile +++ b/cluster/images/Dockerfile @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -FROM alpine:3.20.3 +FROM alpine:3.21.0 ARG BINARY diff --git a/cluster/images/buildx.Dockerfile b/cluster/images/buildx.Dockerfile index 937661a5be58..4105099703e7 100644 --- a/cluster/images/buildx.Dockerfile +++ b/cluster/images/buildx.Dockerfile @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -FROM alpine:3.20.3 +FROM alpine:3.21.0 ARG BINARY ARG TARGETPLATFORM