diff --git a/aur/action.yml b/aur/action.yml
index 9fe52c0..138dbe7 100644
--- a/aur/action.yml
+++ b/aur/action.yml
@@ -12,7 +12,7 @@ runs:
   steps:
     - name: Get aur cache key
       id: cache-aur-key
-      uses: docker://git.fml128.ch/fml128/idkyet-builder:2025.03.121615
+      uses: docker://git.fml128.ch/fml128/idkyet-builder:2025.03.121628
       with:
         args: generate_aur_cache_key ${{ inputs.layer_config_file }}
     - name: Restore aur cache
@@ -27,7 +27,7 @@ runs:
           aur-${{ github.repository }}-
     - name: Build aur
       if: steps.cache-aur-key.outputs.cache-aur-key != 'empty' && steps.cache-aur-restore.outputs.cache-hit != 'true'
-      uses: docker://git.fml128.ch/fml128/idkyet-builder:2025.03.121615
+      uses: docker://git.fml128.ch/fml128/idkyet-builder:2025.03.121628
       with:
         args: build_aur_packages ${{ inputs.layer_config_file }}
     - name: Save aur cache
diff --git a/builder/action.yml b/builder/action.yml
index 5cb6354..6f87bf4 100644
--- a/builder/action.yml
+++ b/builder/action.yml
@@ -36,7 +36,7 @@ runs:
   using: "composite"
   steps:
     - name: Build image
-      uses: docker://git.fml128.ch/fml128/idkyet-builder:2025.03.121615
+      uses: docker://git.fml128.ch/fml128/idkyet-builder:2025.03.121628
       with:
         args: build ${{ inputs.layer_config_file }}
       env:
diff --git a/validate/action.yml b/validate/action.yml
index 1a95283..efe7977 100644
--- a/validate/action.yml
+++ b/validate/action.yml
@@ -9,6 +9,6 @@ runs:
   using: "composite"
   steps:
     - name: Validate image
-      uses: docker://git.fml128.ch/fml128/idkyet-builder:2025.03.121615
+      uses: docker://git.fml128.ch/fml128/idkyet-builder:2025.03.121628
       with:
         args: validate ${{ inputs.layer_config_file }}
\ No newline at end of file