Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixing the gradle version to 8.7 (#319)
Browse files Browse the repository at this point in the history
f-galland authored and AlexRuiz7 committed Aug 20, 2024

Partially verified

This commit is signed with the committer’s verified signature.
AlexRuiz7’s contribution has been verified via SSH key.
We cannot verify signatures from co-authors, and some of the co-authors attributed to this commit require their commits to be signed.
1 parent b1fe141 commit 2e46bb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/dev/images/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM gradle:jdk21-alpine AS builder
FROM gradle:8.7.0-jdk21-alpine AS builder
USER gradle
WORKDIR /home/wazuh-indexer
COPY --chown=gradle:gradle . /home/wazuh-indexer

0 comments on commit 2e46bb7

Please sign in to comment.