Update to 2.1.1

This commit is contained in:
Daniel Berteaud 2024-03-11 09:17:07 +01:00
parent c4955bcd44
commit 1337ef7caf
3 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
FROM danielberteaud/alpine:24.3-1
MAINTAINER Daniel Berteaud <dbd@ehtrace.com>
ARG MINIFLUX_VERSION=2.1.0
ARG MINIFLUX_VERSION=2.1.1
ENV LISTEN_ADDR=0.0.0.0:8085 \
RUN_MIGRATIONS=1 \

View File

@ -118,7 +118,7 @@ job "miniflux" {
driver = "docker"
config {
image = "danielberteaud/miniflux:2.1.0-1"
image = "danielberteaud/miniflux:2.1.1-1"
pids_limit = 100
readonly_rootfs = true
}

View File

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