Skip to content

Commit

Permalink
Bump Java version in Docker environments (#210)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexRuiz7 committed Nov 8, 2024
1 parent be4dfc4 commit 01c5b4f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/dev/images/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
FROM gradle:jdk17-alpine AS builder
FROM gradle:jdk21-alpine AS builder
USER gradle
WORKDIR /home/wazuh-indexer
COPY --chown=gradle:gradle . /home/wazuh-indexer
RUN gradle clean


FROM eclipse-temurin:17-jdk-alpine
FROM eclipse-temurin:21-jdk-alpine
RUN apk add git && \
apk add curl && \
apk add bash && \
Expand Down

0 comments on commit 01c5b4f

Please sign in to comment.