diff --git a/Dockerfile b/Dockerfile
index a270a9ac112104e8ddbc31d31e3497289c2d4c58..a061b402c2492125cedf6d380bcd3839f1601334 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -3,7 +3,7 @@ ARG BASE_IMAGE=ironbank/google/distroless/base
 ARG BASE_TAG=nonroot
 ARG REGISTRY=fips-containers.istio.tetratelabs.com
 ARG IMAGE=istioctl
-ARG TAG=1.24.3-tetratefips0-distroless
+ARG TAG=1.24.4-tetratefips0-distroless
 
 FROM ${REGISTRY}/${IMAGE}:${TAG} AS base
 
diff --git a/Dockerfile.arm64 b/Dockerfile.arm64
index bce9bbdb61919b3b9d661a9138a9aa6b0711aca5..83d36172778e1974bf12b1a1a20348fb1e753f33 100644
--- a/Dockerfile.arm64
+++ b/Dockerfile.arm64
@@ -3,7 +3,7 @@ ARG BASE_IMAGE=ironbank/google/distroless/base
 ARG BASE_TAG=nonroot
 ARG REGISTRY=fips-containers.istio.tetratelabs.com
 ARG IMAGE=istioctl
-ARG TAG=1.24.3-tetratefips0-distroless.arm64
+ARG TAG=1.24.4-tetratefips0-distroless.arm64
 
 FROM ${REGISTRY}/${IMAGE}:${TAG} AS base
 
diff --git a/hardening_manifest.yaml b/hardening_manifest.yaml
index 133b854138588795357f90bf6a22e09859dcb49f..26ae4cc8536ad719c1a4648f90d11c3f03c719b9 100644
--- a/hardening_manifest.yaml
+++ b/hardening_manifest.yaml
@@ -7,8 +7,8 @@ name: "tetrate/istio/istioctl"
 # The most specific version should be the first tag and will be shown
 # on ironbank.dsop.io
 tags:
-- "1.24.3-tetratefips0"
-- "1.24.3"
+- "1.24.4-tetratefips0"
+- "1.24.4"
 - "1.24"
 
 # Build args passed to Dockerfile ARGs
@@ -27,7 +27,7 @@ labels:
   org.opencontainers.image.url: "https://cloudsmith.io/~tetrate/repos/getistio-containers/packages/detail/docker/istioctl"
   ## Name of the distributing entity, organization or individual
   org.opencontainers.image.vendor: "tetrate"
-  org.opencontainers.image.version: "1.24.3"
+  org.opencontainers.image.version: "1.24.4"
   ## Keywords to help with search (ex. "cicd,gitops,golang")
   mil.dso.ironbank.image.keywords: "istio,servicemesh"
   ## This value can be "opensource" or "commercial"
@@ -37,13 +37,13 @@ labels:
 
 # List of resources to make available to the offline build context
 resources:
-- tag: fips-containers.istio.tetratelabs.com/istioctl:1.24.3-tetratefips0-distroless
-  url: docker://fips-containers.istio.tetratelabs.com/istioctl@sha256:cfe87c73813794f0c7b9a9c84ab76c00f3a2549463731935478f117ba6dd4c5f
+- tag: fips-containers.istio.tetratelabs.com/istioctl:1.24.4-tetratefips0-distroless
+  url: docker://fips-containers.istio.tetratelabs.com/istioctl@sha256:5b7ffa9ca9f9dcd50e7c70171393054a6707d553ea2d05de8e8bb04dced92950
   auth:
     type: basic
     id: tetrate_repo
-- tag: fips-containers.istio.tetratelabs.com/istioctl:1.24.3-tetratefips0-distroless.arm64
-  url: docker://fips-containers.istio.tetratelabs.com/istioctl@sha256:ded022c78385994484015d08de2a12ea9c0fd183abb1ffd694c00c9128343e26
+- tag: fips-containers.istio.tetratelabs.com/istioctl:1.24.4-tetratefips0-distroless.arm64
+  url: docker://fips-containers.istio.tetratelabs.com/istioctl@sha256:275ab36e0bcfa601d318489975dc5e14265955e453e0cfb6b951d06e8c0ff8e3
   auth:
     type: basic
     id: tetrate_repo