diff --git a/Dockerfile b/Dockerfile
index 96e44b6851f0ba16b374e7a07c6bde22e62f7484..9677ef9dab8cb596657084af5f3159227d5759af 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -40,13 +40,13 @@ FROM ${BASE_REGISTRY}/${BASE_IMAGE}:${BASE_TAG}
 COPY tini-amd64 /sbin/tini
 COPY gpg/RPM-GPG-KEY-EPEL-8 libssh2.rpm /
 COPY --from=build /go/src/github.com/fluxcd/source-controller/source-controller /usr/local/bin/
-COPY --from=build /lib64/libgit2.so.1.1.1 /lib64/libgit2.so.1.1.1
+COPY --from=build /lib64/libgit2.so.1.3.0 /lib64/libgit2.so.1.3.0
 
 RUN groupadd controller \
     && useradd -g controller -m controller \
     && chmod +x /sbin/tini \
-    && ln -s /lib64/libgit2.so.1.1.1 /lib64/libgit2.so.1.1 \
-    && ln -s /lib64/libgit2.so.1.1.1 /lib64/libgit2.so \
+    && ln -s /lib64/libgit2.so.1.3.0 /lib64/libgit2.so.1.3 \
+    && ln -s /lib64/libgit2.so.1.3.0 /lib64/libgit2.so \
     && rpm --import /RPM-GPG-KEY-EPEL-8 \ 
     && dnf update -y \
     && dnf install -y /libssh2.rpm \
diff --git a/hardening_manifest.yaml b/hardening_manifest.yaml
index 55e9ce06c30396d6dea6be48b0815b3fc0d38637..276fba6691e0b0dfa48a1ae0c91cd49c404e67be 100644
--- a/hardening_manifest.yaml
+++ b/hardening_manifest.yaml
@@ -3,7 +3,7 @@ apiVersion: v1
 name: fluxcd/source-controller
 
 tags:
-- v0.21.2
+- v0.22.0
 - latest
 
 args:
@@ -17,22 +17,22 @@ labels:
   org.opencontainers.image.licenses: Apache-2.0
   org.opencontainers.image.url: https://github.com/fluxcd/source-controller
   org.opencontainers.image.vendor: fluxcd
-  org.opencontainers.image.version: v0.21.2
+  org.opencontainers.image.version: v0.22.0
   mil.dso.ironbank.image.keywords: gitops,kubernetes
   mil.dso.ironbank.image.type: opensource
   mil.dso.ironbank.product.name: fluxcd
 
 resources:
 - filename: source-controller.tar.gz
-  url: https://github.com/fluxcd/source-controller/archive/refs/tags/v0.21.2.tar.gz
+  url: https://github.com/fluxcd/source-controller/archive/refs/tags/v0.22.0.tar.gz
   validation:
     type: sha256
-    value: 56cc568924b3af3f1a68cbfbaeea98b5feb39436705f91459f9250b4191f69d1
+    value: 399efb22de7589d16c296ee760048d1c57699df7862e66957fce5310ff3f534e
 - filename: libgit2.tar.gz
-  url: https://github.com/libgit2/libgit2/archive/refs/tags/v1.1.1.tar.gz
+  url: https://github.com/libgit2/libgit2/archive/refs/tags/v1.3.0.tar.gz
   validation:
     type: sha256
-    value: 13a525373f64c711a00a058514d890d1512080265f98e0935ab279393f21a620
+    value: 192eeff84596ff09efb6b01835a066f2df7cd7985e0991c79595688e6b36444e
 - filename: tini-amd64
   url: https://github.com/krallin/tini/releases/download/v0.19.0/tini-amd64
   validation: