From 03b2ce120d74de08ae8b5085e8e08bde1fb827ed Mon Sep 17 00:00:00 2001 From: jaywcjlove <398188662@qq.com> Date: Tue, 14 Mar 2023 15:49:38 +0800 Subject: [PATCH] chore: update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index b740ca1..3d81a58 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ # https://lipanski.com/posts/smallest-docker-image-static-website # https://github.com/lipanski/docker-static-website -FROM lipanski/docker-static-website:latest +FROM wcjiang/docker-static-website:latest # Copy the static website # Use the .dockerignore file to control what ends up inside the image!