Update to 2.0.50

This commit is contained in:
Daniel Berteaud 2023-11-12 19:12:24 +01:00
parent 9eec2dd12c
commit e71b9350de
2 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
FROM [[ .docker.repo ]][[ .docker.base_images.alpine.image ]]
MAINTAINER [[ .docker.maintainer ]]
ARG MINIFLUX_VERSION=2.0.49
ARG MINIFLUX_VERSION=2.0.50
ENV LISTEN_ADDR=0.0.0.0:8085 \
RUN_MIGRATIONS=1 \

View File

@ -8,7 +8,7 @@ miniflux:
count: 1
# Docker image to use
image: danielberteaud/miniflux:2.0.49-1
image: danielberteaud/miniflux:2.0.50-1
# Resources for the container
resources:
@ -16,7 +16,7 @@ miniflux:
memory: 192
wait_for:
- service: postgres
- service: master.postgres
# Additional env var to pass to the container
env: