diff --git a/SOURCES/Containerfile.5.md b/SOURCES/Containerfile.5.md
index 141e99d..90226bc 100644
--- a/SOURCES/Containerfile.5.md
+++ b/SOURCES/Containerfile.5.md
@@ -118,7 +118,7 @@ Current supported mount TYPES are bind, cache, secret and tmpfs.
 
               · dst, destination, target: mount destination spec.
 
-              · ro, read-only: true or false (default).
+              · ro, read-only: true (default) or false.
 
        Options specific to bind:
 
@@ -128,6 +128,8 @@ Current supported mount TYPES are bind, cache, secret and tmpfs.
 
               · from: stage or image name for the root of the source. Defaults to the build context.
 
+              · rw, read-write: allows writes on the mount.
+
        Options specific to tmpfs:
 
               · tmpfs-size: Size of the tmpfs mount in bytes. Unlimited by default in Linux.
@@ -150,6 +152,8 @@ Current supported mount TYPES are bind, cache, secret and tmpfs.
 
               · from: stage name for the root of the source. Defaults to host cache directory.
 
+              · rw, read-write: allows writes on the mount.
+
 
 **RUN Secrets**
 
diff --git a/SPECS/containers-common.spec b/SPECS/containers-common.spec
index ff234dc..776745f 100644
--- a/SPECS/containers-common.spec
+++ b/SPECS/containers-common.spec
@@ -12,7 +12,7 @@
 Epoch: 2
 Name: containers-common
 Version: 1
-Release: 43%{?dist}
+Release: 44%{?dist}
 Summary: Common configuration and documentation for containers
 License: ASL 2.0
 # arch limitation because of go-md2man (missing on i686)
@@ -172,6 +172,10 @@ EOF
 %{_datadir}/rhel/secrets/*
 
 %changelog
+* Thu Dec 01 2022 Jindrich Novy <jnovy@redhat.com> - 2:1-44
+- update vendored components and configuration files
+- Related: #2149775
+
 * Thu Oct 20 2022 Jindrich Novy <jnovy@redhat.com> - 2:1-43
 - update vendored components and configuration files
 - Resolves: #2136438