From 542be67a7d8f52b862dbc9841c4b93598dd60147 Mon Sep 17 00:00:00 2001 From: qiaofeng1227 <76487013@qq.com> Date: Sun, 29 Dec 2024 12:04:25 +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 d89ac96f..a1ca2110 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: 202412251101, you can modify here to trigger Docker Build action +# modify time: 202412291229, you can modify here to trigger Docker Build action FROM python:3.10-slim-bullseye LABEL maintainer="Websoft9" -LABEL version="0.1.8" +LABEL version="0.1.9-dev" WORKDIR /websoft9