diff --git a/Dockerfile b/Dockerfile
index 60e87fb1c0b7180d761c022c4a7c2a5fb71d3f64..604c337e2656dfd481d3a2f5ce9d2727bed8ef1d 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.23.3-tetratefips-v0-distroless
+ARG TAG=1.23.4-tetratefips-v0-distroless
 
 FROM ${REGISTRY}/${IMAGE}:${TAG} AS base
 
diff --git a/Dockerfile.arm64 b/Dockerfile.arm64
index 865715c3b1de9d8d811ae606b83acc473364dc2a..0f815feebb87bb8e382f35c1dfe496457b7ed293 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.23.3-tetratefips-v0-distroless.arm64
+ARG TAG=1.23.4-tetratefips-v0-distroless.arm64
 
 FROM ${REGISTRY}/${IMAGE}:${TAG} AS base
 
diff --git a/hardening_manifest.yaml b/hardening_manifest.yaml
index b6561fca46ae37123a882734ee3fd74820137729..433a275d7c84628f31bb7e36395fa4a418851114 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.23.3-tetratefips-v0"
-- "1.23.3"
+- "1.23.4-tetratefips-v0"
+- "1.23.4"
 - "1.23"
 
 # 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.23.3"
+  org.opencontainers.image.version: "1.23.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.23.3-tetratefips-v0-distroless
-  url: docker://fips-containers.istio.tetratelabs.com/istioctl@sha256:d06d37469cb15ef105f9d4c5b7ba66a52878e3392c5d80073665f206585df58b
+- tag: fips-containers.istio.tetratelabs.com/istioctl:1.23.4-tetratefips-v0-distroless
+  url: docker://fips-containers.istio.tetratelabs.com/istioctl@sha256:4adbdda7ef0452f20fe43a97c878fcc3009a9fb4813d446e6a0d71fa67b41159
   auth:
     type: basic
     id: tetrate_repo
-- tag: fips-containers.istio.tetratelabs.com/istioctl:1.23.3-tetratefips-v0-distroless.arm64
-  url: docker://fips-containers.istio.tetratelabs.com/istioctl@sha256:cbad0063ff1bae1d723fc896568d5d69c1cbc3c82d0a96e8b739348476c1ea9a
+- tag: fips-containers.istio.tetratelabs.com/istioctl:1.23.4-tetratefips-v0-distroless.arm64
+  url: docker://fips-containers.istio.tetratelabs.com/istioctl@sha256:d7297963d3e0003c79bbfc750bb7f5630c4411feea0975e528a6f746cc3aa3fb
   auth:
     type: basic
     id: tetrate_repo