From 196e5b09ab96633819f78d1ff4a79c9b5b5edcbb Mon Sep 17 00:00:00 2001 From: Hooverdan96 <35113775+Hooverdan96@users.noreply.github.com> Date: Thu, 31 Aug 2023 14:21:09 -0700 Subject: [PATCH] Update Dockerfile Alpine Version --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index aaab62d..6b46c20 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,7 @@ # if no config already exists and then start the engine. # To update the record engine, simply stop the container, and restart -# FROM alpine: 3.18.0 (as of 05/24/2023) +# FROM alpine: 3.18.3 (as of 08/07/2023) # changed to latest tag for periodic automatic updates FROM alpine:latest as builder