diff --git a/.gitignore b/.gitignore
index 544f59b..2ecabdf 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-SOURCES/release-1.6-c20c32d.tar.gz
+SOURCES/release-1.6-2b16a1c.tar.gz
diff --git a/.skopeo.metadata b/.skopeo.metadata
index a943f3d..1fe50de 100644
--- a/.skopeo.metadata
+++ b/.skopeo.metadata
@@ -1 +1 @@
-18a43c622d36200dd624006d49be199666511ad5 SOURCES/release-1.6-c20c32d.tar.gz
+79c1795c6373ae9bad954e20f254cd1674d05ab5 SOURCES/release-1.6-2b16a1c.tar.gz
diff --git a/SPECS/skopeo.spec b/SPECS/skopeo.spec
index 6f2b6c4..ec2221d 100644
--- a/SPECS/skopeo.spec
+++ b/SPECS/skopeo.spec
@@ -12,13 +12,13 @@ go build -buildmode pie -compiler gc -tags="rpm_crashtraceback libtrust_openssl 
 
 %global branch release-1.6
 %global import_path github.com/containers/%{name}
-%global commit0 c20c32dc25f4bb0ec2e0cfadb51d692f4b0b50ca
+%global commit0 2b16a1ccfb89ef07688d191ed97712622e2aa7e0
 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7})
 
 Epoch: 2
 Name: skopeo
 Version: 1.6.2
-Release: 5%{?dist}
+Release: 6%{?dist}
 Summary: Inspect container images and repositories on registries
 License: ASL 2.0
 URL: https://%{import_path}
@@ -119,6 +119,11 @@ export GOPATH=%{buildroot}/%{gopath}:$(pwd)/vendor:%{gopath}
 %{_datadir}/%{name}/test
 
 %changelog
+* Fri Jan 13 2023 Jindrich Novy <jnovy@redhat.com> - 2:1.6.2-6
+- update to the latest content of https://github.com/containers/skopeo/tree/release-1.6
+  (https://github.com/containers/skopeo/commit/2b16a1c)
+- Related: #2129766
+
 * Tue Aug 16 2022 Jindrich Novy <jnovy@redhat.com> - 2:1.6.2-5
 - update to the latest content of https://github.com/containers/skopeo/tree/release-1.6
   (https://github.com/containers/skopeo/commit/c20c32d)