From 9e96de26862c91c5945a34fef12594ddc4093120 Mon Sep 17 00:00:00 2001 From: Alejandro Leal Date: Wed, 17 Apr 2024 16:02:59 -0400 Subject: [PATCH] Update dockerfile --- dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dockerfile b/dockerfile index 5e0e976..d82388d 100644 --- a/dockerfile +++ b/dockerfile @@ -4,7 +4,7 @@ FROM alpine:edge as prep LABEL maintainer="Alejandro Leal ale@bluphy.com" LABEL contributors="" LABEL softetherversion="latest_stable" -LABEL updatetime="2024-April-05" +LABEL updatetime="2024-April-17" RUN apk update && apk add --no-cache git