From ab6d24754941aa501645d4b1ff6d93a73ef0247e Mon Sep 17 00:00:00 2001 From: qiaofeng1227 <76487013@qq.com> Date: Thu, 7 Dec 2023 17:13:51 +0800 Subject: [PATCH] Update Dockerfile --- docker/apphub/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/apphub/Dockerfile b/docker/apphub/Dockerfile index 3c865dd1..4123e12b 100644 --- a/docker/apphub/Dockerfile +++ b/docker/apphub/Dockerfile @@ -1,4 +1,4 @@ -# modify time: 202312071700, you can modify here to trigger Docker Build action +# modify time: 202312071717, you can modify here to trigger Docker Build action FROM python:3.10-slim-bullseye LABEL maintainer="Websoft9"