Update to 2.2.4

This commit is contained in:
2024-12-20 23:24:58 +01:00
parent 5adef90a6c
commit 3c7f0a32fc
3 changed files with 3 additions and 3 deletions

View File

@@ -1,7 +1,7 @@
FROM danielberteaud/alpine:24.12-2
LABEL maintainer="Daniel Berteaud <dbd@ehtrace.com>"
ARG MINIFLUX_VERSION=2.2.3
ARG MINIFLUX_VERSION=2.2.4
ENV LISTEN_ADDR=0.0.0.0:8085 \
RUN_MIGRATIONS=1 \

View File

@@ -138,7 +138,7 @@ job "miniflux" {
driver = "docker"
config {
image = "danielberteaud/miniflux:2.2.3-1"
image = "danielberteaud/miniflux:2.2.4-1"
readonly_rootfs = true
pids_limit = 100

View File

@@ -6,7 +6,7 @@ instance: miniflux
miniflux:
# Version of miniflux
version: 2.2.3
version: 2.2.4
# Docker image to use
image: '[[ .docker.repo ]]miniflux:[[ .miniflux.version ]]-1'