Dockerfile: Switch to Lua 5.4 for improved performance

Prosody on Lua 5.4 on Debian 12 should be well tested by now
This commit is contained in:
Kim Alvefur
2025-02-15 15:29:51 +01:00
parent d15c46949a
commit 8ed20cbe8f
+1 -1
View File
@@ -3,7 +3,7 @@ FROM debian:bookworm-slim
MAINTAINER Prosody Developers <developers@prosody.im>
ARG PROSODY_PACKAGE=prosody-0.12
ARG LUA_PACKAGE=lua5.3
ARG LUA_PACKAGE=lua5.4
# Install dependencies
RUN apt-get update \