Skip to content

Commit

Permalink
chore: update azul/zulu-openjdk Docker tag to v21
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Apr 17, 2024
1 parent 94ca88d commit 4b0a7da
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
FROM azul/zulu-openjdk:17-jre-headless AS build
FROM azul/zulu-openjdk:21.0.3-jre-headless AS build

COPY . /home/cloudnet-build
WORKDIR /home/cloudnet-build

RUN chmod +x gradlew && ./gradlew -x test --no-daemon --stacktrace

FROM azul/zulu-openjdk:17-jre-headless
FROM azul/zulu-openjdk:21.0.3-jre-headless

RUN mkdir -p /cloudnet
WORKDIR /cloudnet
Expand Down

0 comments on commit 4b0a7da

Please sign in to comment.