From a1cea1fd1edbb26de5288ddf566abba7b434621c Mon Sep 17 00:00:00 2001 From: Aaron Fiore Date: Wed, 25 Sep 2024 20:54:00 -0700 Subject: [PATCH] client: docker-finance.d: Dockerfiles: add docker-finance version tag --- .../client/Dockerfiles/dev-tools/Dockerfile.dev-tools.in | 2 ++ .../client/Dockerfiles/finance/Dockerfile.archlinux.in | 2 ++ .../client/Dockerfiles/finance/Dockerfile.ubuntu.in | 2 ++ 3 files changed, 6 insertions(+) diff --git a/client/docker-finance.d/client/Dockerfiles/dev-tools/Dockerfile.dev-tools.in b/client/docker-finance.d/client/Dockerfiles/dev-tools/Dockerfile.dev-tools.in index 3f7ddba..7e5b60b 100644 --- a/client/docker-finance.d/client/Dockerfiles/dev-tools/Dockerfile.dev-tools.in +++ b/client/docker-finance.d/client/Dockerfiles/dev-tools/Dockerfile.dev-tools.in @@ -15,6 +15,8 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see . +# docker-finance @DOCKER_FINANCE_VERSION@ + # # Custom (optional) Dockerfile # diff --git a/client/docker-finance.d/client/Dockerfiles/finance/Dockerfile.archlinux.in b/client/docker-finance.d/client/Dockerfiles/finance/Dockerfile.archlinux.in index c4c9076..504c44e 100644 --- a/client/docker-finance.d/client/Dockerfiles/finance/Dockerfile.archlinux.in +++ b/client/docker-finance.d/client/Dockerfiles/finance/Dockerfile.archlinux.in @@ -15,6 +15,8 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see . +# docker-finance @DOCKER_FINANCE_VERSION@ + # # Custom (optional) Dockerfile # diff --git a/client/docker-finance.d/client/Dockerfiles/finance/Dockerfile.ubuntu.in b/client/docker-finance.d/client/Dockerfiles/finance/Dockerfile.ubuntu.in index 04ecfc2..41bbc92 100644 --- a/client/docker-finance.d/client/Dockerfiles/finance/Dockerfile.ubuntu.in +++ b/client/docker-finance.d/client/Dockerfiles/finance/Dockerfile.ubuntu.in @@ -15,6 +15,8 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see . +# docker-finance @DOCKER_FINANCE_VERSION@ + # # Custom (optional) Dockerfile #