1
0
mirror of https://github.com/x86dev/docker-ttrss synced 2025-12-11 08:56:01 +00:00

Added a note.

This commit is contained in:
x86dev
2025-03-17 13:11:07 +01:00
parent 9d9bb96dc0
commit dd5f47ef66

View File

@@ -5,6 +5,7 @@ FROM docker.io/alpine:3 AS builder
LABEL description="A complete, self-hosted Tiny Tiny RSS (TTRSS) environment." \
maintainer="Andreas Löffler <andy@x86dev.com>"
# Note! When changing this version, also make sure to adapt the scripts which use / lookup the according binaries.
ARG PHP_VER=84
RUN set -xe && \