diff --git a/Dockerfile b/Dockerfile
index b4d70a11907a983f78409e3aa06dec59bfaa280b..60cbef4cea7f50f72eecdc066b9c495d30cd92c7 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,7 +1,7 @@
-ARG GITLAB_VERSION=v17.10.0-ubi
+ARG GITLAB_VERSION=v17.10.1-ubi
 ARG BASE_REGISTRY=registry1.dso.mil/ironbank
 ARG BASE_IMAGE=gitlab/gitlab/gitlab-ruby
-ARG BASE_TAG=17.10.0
+ARG BASE_TAG=17.10.1
 ARG UBI_TAG=9.5
 
 ARG RUBY_IMAGE=${BASE_REGISTRY}/gitlab/gitlab/gitlab-ruby:${BASE_TAG}
diff --git a/build-scripts/build.sh b/build-scripts/build.sh
index 598ab6ff818a2761ea06bf1fbf9d390eb5b3474a..405d606ea152c0c133b5e3351b5da09304cdc4cf 100755
--- a/build-scripts/build.sh
+++ b/build-scripts/build.sh
@@ -6,7 +6,7 @@ set -euxo pipefail
 
 REGISTRY=${1:-}
 REPOSITORY=${2:-"$(basename "$(builtin cd "$(dirname "$0")/.."; pwd)")"}
-TAG=${3:-17.10.0}
+TAG=${3:-17.10.1}
 
 DOCKER_BUILD="${DOCKER_BUILD:-docker build}"
 DOCKER_OPTS=${DOCKER_OPTS:-""}
diff --git a/hardening_manifest.yaml b/hardening_manifest.yaml
index e0419b3c948c853b48592c095a54c1bb54421726..8d431a5b992b30cbbea21e3df501048cd0897ccb 100644
--- a/hardening_manifest.yaml
+++ b/hardening_manifest.yaml
@@ -5,12 +5,12 @@ name: "gitlab/gitlab/gitlab-mailroom"
 # The most specific version should be the first tag and will be shown
 # on ironbank.dsop.io
 tags:
-  - "17.10.0"
+  - "17.10.1"
   - "latest"
 # Build args passed to Dockerfile ARGs
 args:
   BASE_IMAGE: "gitlab/gitlab/gitlab-ruby"
-  BASE_TAG: "17.10.0"
+  BASE_TAG: "17.10.1"
   UBI_TAG: "9.5"
 # Docker image labels
 labels:
@@ -23,7 +23,7 @@ labels:
   org.opencontainers.image.url: "https://about.gitlab.com/"
   ## Name of the distributing entity, organization or individual
   org.opencontainers.image.vendor: "Gitlab"
-  org.opencontainers.image.version: "17.10.0"
+  org.opencontainers.image.version: "17.10.1"
   ## Keywords to help with search (ex. "cicd,gitops,golang")
   mil.dso.ironbank.image.keywords: "gitlab, git, gitops"
   ## This value can be "opensource" or "commercial"
@@ -50,8 +50,8 @@ maintainers:
     email: "help@dsop.io"
     cht_member: true
 resources: 
-  - url: "https://gitlab-ubi.s3.us-east-2.amazonaws.com/ubi-build-dependencies-v17.10.0-ubi/gitlab-mailroom.tar.gz"
+  - url: "https://gitlab-ubi.s3.us-east-2.amazonaws.com/ubi-build-dependencies-v17.10.1-ubi/gitlab-mailroom.tar.gz"
     filename: "gitlab-mailroom.tar.gz"
     validation:
       type: "sha256"
-      value: "3e52824c864404f09425bee300298398dff76ae891480f565fdd8ae49ac135db"
+      value: "0b0640535c9b12edef89dde83a885974601f99927597d8385e013251a3041e76"