diff --git a/make.sh b/make.sh
index 1dfcbbead159e540eac32e2e7e9ab79091934334..f85fcac367ab2c282e4733b489e2b5ee8b2ec395 100755
--- a/make.sh
+++ b/make.sh
@@ -56,6 +56,12 @@ source ~/.bashrc
 # Stazeni a rozbaleni zdrojovych kodu
 mkdir -p ${GOPATH}/src/github.com/sylabs && cd ${GOPATH}/src/github.com/sylabs && wget -q -O singularity.tar.gz https://github.com/sylabs/singularity/releases/download/v${SINVERSION}/singularity-ce-${SINVERSION}.tar.gz && tar xvf singularity.tar.gz && cd singularity-ce-${SINVERSION}
 
+sed 's#github.com/containers/image/v5 .*#github.com/containers/image/v5 v5.31.0#g' go.mod | diff go.mod -
+sed 's#github.com/containers/image/v5 .*#github.com/containers/image/v5 v5.31.0#g' go.mod -i
+
+sed 's#\(.*\)#\1\+1#g' VERSION | diff VERSION -
+sed 's#\(.*\)#\1\+1#g' VERSION -i
+
 # Stazeni PRoot a pridani do .install aby se includoval do balicku
 curl -LO https://proot.gitlab.io/proot/bin/proot
 chmod +x ./proot