diff --git a/cluster/images/Dockerfile b/cluster/images/Dockerfile index b864d5215..2aec28f7b 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 937661a5b..410509970 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