diff --git a/.cirrus.yml b/.cirrus.yml
index a4c0a34f5a126c4609fe54a01bd3ce66f57482ea..448721962855619350f470d9b4a85762fd6ecf82 100644
--- a/.cirrus.yml
+++ b/.cirrus.yml
@@ -15,7 +15,7 @@ task:
 task:
   name: stable x86_64-unknown-freebsd-11
   freebsd_instance:
-    image: freebsd-11-3-stable-amd64-v20200213
+    image: freebsd-11-4-release-amd64
   setup_script:
     - pkg install -y curl
     - curl https://sh.rustup.rs -sSf --output rustup.sh