diff --git a/openlitespeed/Dockerfile b/openlitespeed/Dockerfile index 1e78678..73b4379 100644 --- a/openlitespeed/Dockerfile +++ b/openlitespeed/Dockerfile @@ -4,7 +4,7 @@ FROM ubuntu:22.04 # Set ARGs for customization ARG PHP_VERSION=8.2 ARG LSPHP=lsphp82 -ARG OLS_VERSION=1.8.3 +ARG OLS_VERSION=1.8.4 ARG DEBIAN_FRONTEND=noninteractive ARG TARGETPLATFORM