Skip to content

Commit

Permalink
upgrade build container to gradle:8.5.0-jdk21
Browse files Browse the repository at this point in the history
  • Loading branch information
JKatzwinkel authored Nov 30, 2023
1 parent abf4cba commit 6f269c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM gradle:8.4.0-jdk20 AS build
FROM gradle:8.5.0-jdk21 AS build

COPY --chown=gradle:gradle . /home/gradle/tla-frontend
WORKDIR /home/gradle/tla-frontend
Expand Down

0 comments on commit 6f269c5

Please sign in to comment.