From be81d6987847719df7474e677e717101f06b6dc7 Mon Sep 17 00:00:00 2001 From: jaywcjlove <398188662@qq.com> Date: Tue, 14 Mar 2023 15:24:51 +0800 Subject: [PATCH] doc: Update Dockerfile #454 --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 8fc49da1d1..a060675f82 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 +# https://github.com/forksss/docker-static-website +FROM wcjiang/docker-static-website:latest # Copy the static website # Use the .dockerignore file to control what ends up inside the image!