diff --git a/pica-castopod/back/Dockerfile b/pica-castopod/back/Dockerfile
index 3ce2e0e3297f9eafb3e6d9885a002e039ba40956..72ea90a0550d41a7f4a8bbf162e42b3763e146d5 100644
--- a/pica-castopod/back/Dockerfile
+++ b/pica-castopod/back/Dockerfile
@@ -1,6 +1,6 @@
 FROM alpine:3.13 AS downloader
 
-ARG VERSION=v1.0.0-alpha.75
+ARG VERSION=v1.0.0-alpha.76
 
 RUN apk add --no-cache curl jq && \
     curl -L $(curl https://code.podlibre.org/api/v4/projects/2/releases/${VERSION}/assets/links | jq -r .[].url | grep \.tar\.gz) -o castopod.tgz && \
diff --git a/pica-castopod/docker-compose.yml b/pica-castopod/docker-compose.yml
index 464f1cd0cb52e7c9c044eb538f8cf06a091eeab9..d854ab38bccf3b4e07eccca6a287cb1d47eba280 100644
--- a/pica-castopod/docker-compose.yml
+++ b/pica-castopod/docker-compose.yml
@@ -16,7 +16,7 @@ networks:
 
 services:
   app-back:
-    image: registry.picasoft.net/pica-castopod-back:v1.0.0-alpha.75
+    image: registry.picasoft.net/pica-castopod-back:v1.0.0-alpha.76
     build: back
     container_name: "castopod-back"
     volumes:
@@ -28,7 +28,7 @@ services:
     restart: unless-stopped
 
   app-front:
-    image: registry.picasoft.net/pica-castopod-front:v1.0.0-alpha.75
+    image: registry.picasoft.net/pica-castopod-front:v1.0.0-alpha.76
     build: front
     container_name: "castopod-front"
     networks:
diff --git a/pica-castopod/front/Dockerfile b/pica-castopod/front/Dockerfile
index 3f81b7e58fe2605fe244cc9510327e2395c372aa..79b30c24d80df6b373d8ab9dc1b7622190d7aadf 100644
--- a/pica-castopod/front/Dockerfile
+++ b/pica-castopod/front/Dockerfile
@@ -1,6 +1,6 @@
 FROM alpine:3.13 AS downloader
 
-ARG VERSION=v1.0.0-alpha.75
+ARG VERSION=v1.0.0-alpha.76
 
 RUN apk add --no-cache curl jq && \
     curl -L $(curl https://code.podlibre.org/api/v4/projects/2/releases/${VERSION}/assets/links | jq -r .[].url | grep \.tar\.gz) -o castopod.tgz && \