diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index e7820db3dd4e4a7c62f6c368d534be254c1e3daf..cf9b1812f6f3f9ca5513b3d18ee771eb91761b9d 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -145,19 +145,19 @@ build-env:
     - docker push $CI_REGISTRY/$CI_PROJECT_PATH/build-env
 
 checkstyle:
-  image: $CI_REGISTRY/$CI_PROJECT_PATH/build-env@sha256:43ca04a98adaa2dc2c2d4ce5da58a2514f08d10b7784b3df8c328debac7afc51
+  image: $CI_REGISTRY/$CI_PROJECT_PATH/build-env@sha256:de694e33826dc2f9e9db7e50ff2a8591a01681c2ed96cac2b05f45047ca8995e
   stage: test
   script:
     - ./gradlew checkstyleMain checkstyleTest
 
 spotbugs:
-  image: $CI_REGISTRY/$CI_PROJECT_PATH/build-env@sha256:43ca04a98adaa2dc2c2d4ce5da58a2514f08d10b7784b3df8c328debac7afc51
+  image: $CI_REGISTRY/$CI_PROJECT_PATH/build-env@sha256:de694e33826dc2f9e9db7e50ff2a8591a01681c2ed96cac2b05f45047ca8995e
   stage: test
   script:
     - ./gradlew :spotbugsMain :core:spotbugsMain :worker:spotbugsMain
 
 test:
-  image: $CI_REGISTRY/$CI_PROJECT_PATH/build-env@sha256:43ca04a98adaa2dc2c2d4ce5da58a2514f08d10b7784b3df8c328debac7afc51
+  image: $CI_REGISTRY/$CI_PROJECT_PATH/build-env@sha256:de694e33826dc2f9e9db7e50ff2a8591a01681c2ed96cac2b05f45047ca8995e
   stage: test
   script:
     - ./gradlew test
@@ -189,7 +189,7 @@ test-coverage:
       cobertura: build/reports/jacoco/jacocoRootReport/cobertura.xml
 
 jar-core:
-  image: $CI_REGISTRY/$CI_PROJECT_PATH/build-env@sha256:43ca04a98adaa2dc2c2d4ce5da58a2514f08d10b7784b3df8c328debac7afc51
+  image: $CI_REGISTRY/$CI_PROJECT_PATH/build-env@sha256:de694e33826dc2f9e9db7e50ff2a8591a01681c2ed96cac2b05f45047ca8995e
   stage: jar
   script:
     - ./gradlew bootJar
@@ -199,7 +199,7 @@ jar-core:
     expire_in: 1h
 
 jar-worker:
-  image: $CI_REGISTRY/$CI_PROJECT_PATH/build-env@sha256:43ca04a98adaa2dc2c2d4ce5da58a2514f08d10b7784b3df8c328debac7afc51
+  image: $CI_REGISTRY/$CI_PROJECT_PATH/build-env@sha256:de694e33826dc2f9e9db7e50ff2a8591a01681c2ed96cac2b05f45047ca8995e
   stage: jar
   script:
     - ./gradlew :worker:jar