From 9e005118fdf12b3bad796f35997b841497572a50 Mon Sep 17 00:00:00 2001 From: Vibhash1999 <104887104+Vibhash1999@users.noreply.github.com> Date: Sun, 10 Dec 2023 21:27:02 +0530 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 8d95844..c24045a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:3.16 +FROM alpine:3.18 RUN apk add --no-cache lua5.3 lua-filesystem lua-lyaml lua-http COPY fetch-latest-releases.lua /usr/local/bin VOLUME /out