From b15bb4c81e1c156b1b4ebeca4cc415875f728990 Mon Sep 17 00:00:00 2001 From: qiaofeng1227 <76487013@qq.com> Date: Thu, 5 Sep 2024 11:12:17 +0800 Subject: [PATCH] Update Dockerfile --- docker/apphub/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docker/apphub/Dockerfile b/docker/apphub/Dockerfile index d007332d..78cf5bf6 100644 --- a/docker/apphub/Dockerfile +++ b/docker/apphub/Dockerfile @@ -1,11 +1,11 @@ # This file can running at actions # MEDIA_VERSION and LIBRARY_VERSION will trigger its release -# modify time: 202409050857, you can modify here to trigger Docker Build action +# modify time: 202409051112, you can modify here to trigger Docker Build action FROM python:3.10-slim-bullseye LABEL maintainer="Websoft9" -LABEL version="0.1.2-rc1" +LABEL version="0.1.2" WORKDIR /websoft9