Update Dockerfile

This commit is contained in:
fofa 2024-06-19 14:54:08 +08:00
parent 876429159a
commit 49eeb82d1c
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
FROM alpine:3.20.1
FROM alpine:3.20.0
RUN apk add --no-cache lua5.3 lua-filesystem lua-lyaml lua-http
COPY fetch-latest-releases.lua /usr/local/bin
VOLUME /out