Skip to content

Commit

Permalink
Update container image packages
Browse files Browse the repository at this point in the history
Signed-off-by: Prabhu Subramanian <[email protected]>
  • Loading branch information
prabhu committed Sep 8, 2024
1 parent 36a996e commit ad08dc9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ci/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ LABEL maintainer="appthreat" \
org.opencontainers.image.description="Container image for AppThreat chen code analysis platform" \
org.opencontainers.docker.cmd="docker run --rm -v /tmp:/tmp -v $HOME:$HOME -v $(pwd):/app:rw -it ghcr.io/appthreat/chen chennai"

ARG JAVA_VERSION=22.0.1-graalce
ARG MAVEN_VERSION=3.9.8
ARG GRADLE_VERSION=8.8
ARG JAVA_VERSION=22.0.2-graalce
ARG MAVEN_VERSION=3.9.9
ARG GRADLE_VERSION=8.10

ENV JAVA_VERSION=$JAVA_VERSION \
MAVEN_VERSION=$MAVEN_VERSION \
Expand Down

0 comments on commit ad08dc9

Please sign in to comment.