Skip to content

Commit

Permalink
[kotlin/.devcontainer] Update jdk-update to v21
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 20, 2023
1 parent a80888e commit 6a8489f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion kotlin/.devcontainer/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM docker.io/eclipse-temurin:20.0.2_9-jdk-jammy
FROM docker.io/eclipse-temurin:21_35-jdk-jammy

RUN useradd -rm -d /home/kotlin -s /bin/bash -u 1001 kotlin
USER kotlin
Expand Down
2 changes: 1 addition & 1 deletion kotlin/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ buildscript {
apply plugin: 'kotlin'

kotlin {
jvmToolchain(20)
jvmToolchain(21)
}

test {
Expand Down

0 comments on commit 6a8489f

Please sign in to comment.