Skip to content

Commit afa22db

Browse files
committed
Emergency attempt to get image back up and running - upgrading to Lucee base image 6.1.2
1 parent 6cad2ad commit afa22db

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

devops/Dockerfile.base

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM lucee/lucee:6.0.3.1-tomcat9.0-jdk11-temurin-jammy
1+
FROM lucee/lucee:6.1.2.26-SNAPSHOT-tomcat9.0-jdk11-temurin-jammy
22
ADD https://repo1.maven.org/maven2/io/prometheus/jmx/jmx_prometheus_javaagent/0.20.0/jmx_prometheus_javaagent-0.20.0.jar /opt/lucee/bin/prometheus-java-agent.jar
33
ENV JAVA_OPTS="-javaagent:/opt/lucee/bin/prometheus-java-agent.jar=9090:/opt/lucee/conf/prometheus/config.yml"
44
ENV LUCEE_ADMIN_ENABLED=false
@@ -25,4 +25,4 @@ RUN mkdir -p /var/www && mkdir -p /var/www/logs \
2525

2626
ENV LUCEE_SECURITY_LIMITEVALUATION=true
2727
COPY devops/conf/prometheus/config.yml /opt/lucee/conf/prometheus/config.yml
28-
HEALTHCHECK --interval=30s --timeout=30s --start-period=5s --retries=3 CMD [ "curl", "-f", "http://localhost:8888/healthcheck/index.cfm" ]
28+
HEALTHCHECK --interval=30s --timeout=30s --start-period=5s --retries=3 CMD [ "curl", "-f", "http://localhost:8888/healthcheck/index.cfm" ]

0 commit comments

Comments
 (0)