From 11512b47b6f6af86f0a6051a57e9e9bb20bf6e4b Mon Sep 17 00:00:00 2001 From: qiaofeng1227 <76487013@qq.com> Date: Wed, 3 Apr 2024 11:36:06 +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 8dcca234..66f1a4e9 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: 202404030724, you can modify here to trigger Docker Build action +# modify time: 202404031134, you can modify here to trigger Docker Build action FROM python:3.10-slim-bullseye LABEL maintainer="Websoft9" -LABEL version="0.0.6-rc7" +LABEL version="0.0.6" WORKDIR /websoft9