From 27749d1c7bf8d5b8f9a5084e23ef7d616c8d674e Mon Sep 17 00:00:00 2001 From: Jeff Mesnil Date: Mon, 22 May 2023 09:51:06 +0200 Subject: [PATCH] Update to WildFly 28.0.1.Final Signed-off-by: Jeff Mesnil --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 83faff5..2dc37c3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,8 +12,8 @@ RUN groupadd -r jboss -g 1000 && useradd -u 1000 -r -g jboss -m -d /opt/jboss -s chmod 755 /opt/jboss # Set the WILDFLY_VERSION env variable -ENV WILDFLY_VERSION 28.0.0.Final -ENV WILDFLY_SHA1 f46be038de68abbe878df578efb1b6b2043f6c91 +ENV WILDFLY_VERSION 28.0.1.Final +ENV WILDFLY_SHA1 8702fb7ba8d1249bf058e2223f662e5176b39d0d ENV JBOSS_HOME /opt/jboss/wildfly USER root