diff --git a/.gitignore b/.gitignore
index ac1a310..a651b22 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-SOURCES/skopeo-1.9.2-ca1b0f3.tar.gz
+SOURCES/skopeo-1.10.0-ee60474.tar.gz
diff --git a/.skopeo.metadata b/.skopeo.metadata
index dd2bda6..8106bbc 100644
--- a/.skopeo.metadata
+++ b/.skopeo.metadata
@@ -1 +1 @@
-0aa761c1d338667b325d5761fcec67998beb3478 SOURCES/skopeo-1.9.2-ca1b0f3.tar.gz
+79d9e993cf77f17bc5f3d49dcae7215a8bd2098e SOURCES/skopeo-1.10.0-ee60474.tar.gz
diff --git a/SPECS/skopeo.spec b/SPECS/skopeo.spec
index 85834df..7c360c8 100644
--- a/SPECS/skopeo.spec
+++ b/SPECS/skopeo.spec
@@ -9,12 +9,12 @@ go build -buildmode pie -compiler gc -tags="rpm_crashtraceback libtrust_openssl 
 
 %global import_path github.com/containers/%{name}
 #%%global branch main
-%global commit0 ca1b0f34d1d2c3e2074c9c231249f1a0e4d3ceb7
+%global commit0 ee60474d5a4d99745aac9855797ad4b26510d786
 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7})
 
 Epoch: 2
 Name: skopeo
-Version: 1.9.2
+Version: 1.10.0
 Release: 1%{?dist}
 Summary: Inspect container images and repositories on registries
 License: ASL 2.0
@@ -121,6 +121,10 @@ export GOPATH=%{buildroot}/%{gopath}:$(pwd)/vendor:%{gopath}
 %{_datadir}/%{name}/test
 
 %changelog
+* Thu Oct 06 2022 Jindrich Novy <jnovy@redhat.com> - 2:1.10.0-1
+- update to https://github.com/containers/skopeo/releases/tag/v1.10.0
+- Related: #2123641
+
 * Wed Aug 03 2022 Jindrich Novy <jnovy@redhat.com> - 2:1.9.2-1
 - update to https://github.com/containers/skopeo/releases/tag/v1.9.2
 - Related: #2061390