diff --git a/.cirrus.yml b/.cirrus.yml
index e60981cbabf5e27c765d0c22a4881fa850e4d398..caabe833e1d026ba62e6c037ea0807a8ef314578 100644
--- a/.cirrus.yml
+++ b/.cirrus.yml
@@ -1,9 +1,10 @@
 freebsd_instance:
-  image: freebsd-12-0-release-amd64
+  image: freebsd-12-1-release-amd64
 
 task:
-  install_script: pkg install -y
+  install_script: ASSUME_ALWAYS_YES=yes pkg bootstrap -f;
+    pkg install -y
     autoconf bash binutils coreutils e2fsprogs-libuuid
     git gmake libunwind ncurses pkgconf hs-pandoc
 
-  script: CFLAGS="-Wno-unused-value" gmake
+  script: CFLAGS="-Wno-unused-value" gmake
\ No newline at end of file