From 2f73ce352e1d7e7c81e4d4eedef7a40a1e8de045 Mon Sep 17 00:00:00 2001 From: Kameron Kenny <1267885+kkenny@users.noreply.github.com> Date: Tue, 2 Jul 2024 13:11:29 -0400 Subject: [PATCH] chnage source version to latest --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index d2ca7a0..4719105 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM docker-registry1.in.thelinuxpro.net:5000/tlp/tlp_jekyll:0.0.1 +FROM docker-registry1.in.thelinuxpro.net:5000/tlp/tlp_jekyll:latest LABEL image.author.name="Kameron Kenny" LABEL image.author.email="kameron@localhost"