diff --git a/Dockerfile b/Dockerfile
index 057fc4f89a5b4df5ff8913d8ee6e6bdcfca7b43c..1f86087abbc3cd1f98831b1847ed79e17b86be17 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -6,10 +6,10 @@ FROM ${BASE_REGISTRY}/${BASE_IMAGE}:${BASE_TAG} as base
 USER 0
 
 # Copy and extract ELRR Aggregator source code
-COPY elrraggregator-1.4.tar.gz .
+COPY elrraggregator-1.5.tar.gz .
 
 # ELRR Aggregator Dependencies
-RUN tar -xvf ./elrraggregator-1.4.tar.gz --strip-components=1 && \
+RUN tar -xvf ./elrraggregator-1.5.tar.gz --strip-components=1 && \
     mkdir -p target/dependency && \
     cd elrraggregator-0.0.1-SNAPSHOT && \
     mv BOOT-INF/ ../target/dependency/ && \
diff --git a/hardening_manifest.yaml b/hardening_manifest.yaml
index a441bd5742df36ba124e60328c6b6523e9d18c91..b51b92978b833a76216534eb5f4ac528d83babe8 100644
--- a/hardening_manifest.yaml
+++ b/hardening_manifest.yaml
@@ -8,6 +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:
+- "1.0.5"
 - "1.0.4"
 - "1.0.3"
 - "latest"
@@ -25,18 +26,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: "1.0.4"
+  org.opencontainers.image.version: "1.0.5"
   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/v1.4.tar.gz"
-  filename: "elrraggregator-1.4.tar.gz"
+- url: "https://github.com/US-ELRR/elrraggregator/archive/refs/tags/v1.5.tar.gz"
+  filename: "elrraggregator-1.5.tar.gz"
   validation:
     type: "sha256"
-    value: "a9d5f114e4aa98f37528f17922a2762ec770bc9b111c5d1926049ee33eca2d67"
+    value: "16e699d73b9cc8a722319a36f242e72ba231da888b2437293c579fe249e74c2f"
 
 # List of project maintainers
 maintainers: