From c718d47c6c123aa919ab1587f80c39d108c5ec84 Mon Sep 17 00:00:00 2001 From: M0VUB <76499782+ShaYmez@users.noreply.github.com> Date: Tue, 27 Feb 2024 00:20:34 +0000 Subject: [PATCH] Update Dockerfile Versioning --- Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index ac79a22..4442b51 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,6 @@ ############################################################################### # Copyright (C) 2024 Shane aka, ShaYmez +# Version 2.0.1 # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -33,4 +34,4 @@ RUN apk update && \ USER radio -ENTRYPOINT [ "/entrypoint" ] \ No newline at end of file +ENTRYPOINT [ "/entrypoint" ]