diff --git a/Dockerfile b/Dockerfile
index 77bde12e79a86235ed341239a5b06f856b38f91c..63114c32db992d934675651a1a677a32bb8591e9 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -7,10 +7,10 @@ USER 0
 
 # Copy and extract ELRR Aggregator source cod
 WORKDIR /
-COPY ./elrraggregator-2.0.tar.gz .
+COPY ./elrraggregator-2.1.tar.gz .
 
 # ELRR Aggregator Dependencies
-RUN tar -xvf ./elrraggregator-2.0.tar.gz --strip-components=1 && \
+RUN tar -xvf ./elrraggregator-2.1.tar.gz --strip-components=1 && \
     mkdir -p target/dependency
 
 WORKDIR /elrraggregator-0.0.1-SNAPSHOT
diff --git a/hardening_manifest.yaml b/hardening_manifest.yaml
index 0ef6d99a4e644e0462c4552428a9a44dbe9de5bf..730c7429f2397fffcf44e41580ee0a9280616e24 100644
--- a/hardening_manifest.yaml
+++ b/hardening_manifest.yaml
@@ -8,10 +8,7 @@ name: "opensource/adl-initiative/elrr/elrr-aggregator"
 # The most specific version should be the first tag and will be shown
 # on ironbank.dsop.io
 tags:
-- "2.0.0"
-- "1.0.5"
-- "1.0.4"
-- "1.0.3"
+- "2.1.0"
 - "latest"
 
 # Build args passed to Dockerfile-COPY ARGs
@@ -27,18 +24,18 @@ labels:
   org.opencontainers.image.licenses: "Oracle Technology Network License"
   org.opencontainers.image.url: "https://github.com/US-ELRR/elrraggregator"
   org.opencontainers.image.vendor: "Enterprise Learner Record Repository (ELRR)"
-  org.opencontainers.image.version: "2.0.0"
+  org.opencontainers.image.version: "2.1.0"
   mil.dso.ironbank.image.keywords: "elrr, aggregator, elrraggregator, enterprise learner record repository"
   # Product the image belongs to for grouping multiple images
   mil.dso.ironbank.product.name: "Enterprise Learner Record Repository (ELRR)"
 
 # List of resources to make available to the offline build context
 resources:
-- url: "https://github.com/US-ELRR/elrraggregator/archive/refs/tags/v2.0.tar.gz"
-  filename: "elrraggregator-2.0.tar.gz"
+- url: "https://github.com/US-ELRR/elrraggregator/archive/refs/tags/v2.1.tar.gz"
+  filename: "elrraggregator-2.1.tar.gz"
   validation:
     type: "sha256"
-    value: "a6f96ce200ef99e1b1950f7197e1680f844ea717cd56c8cbfe8bd630d8842b50"
+    value: "75e66d2fe63a8c3ec6fc6b3cad71cd1feab2db5d270486b19ffbcb597068c333"
 
 # List of project maintainers
 maintainers: