diff --git a/agent-plane/agentplane-hashicorp/src/main/docker/Dockerfile b/agent-plane/agentplane-hashicorp/src/main/docker/Dockerfile index f60f40d..ca34db2 100644 --- a/agent-plane/agentplane-hashicorp/src/main/docker/Dockerfile +++ b/agent-plane/agentplane-hashicorp/src/main/docker/Dockerfile @@ -24,7 +24,7 @@ HEALTHCHECK NONE RUN apk update && apk add curl=8.10.1-r0 --no-cache RUN curl -L --proto "=https" -sSf ${OTEL_AGENT_LOCATION} --output /tmp/opentelemetry-javaagent.jar -FROM eclipse-temurin:22-jre-alpine +FROM eclipse-temurin:23-jre-alpine ARG APP_USER=docker ARG APP_UID=10100