Skip to content

Commit

Permalink
[docker-bundler] Switch to use Java 17 as a base Docker image (#3728)
Browse files Browse the repository at this point in the history
  • Loading branch information
valfirst authored Mar 17, 2023
1 parent b9b913e commit 9533ca8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vividus-docker-bundler/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ import com.bmuschko.gradle.docker.tasks.image.Dockerfile
task createDockerfile(type: Dockerfile) {
dependsOn copyRuntimeLibs

from('adoptopenjdk/openjdk11:alpine-jre')
from('eclipse-temurin:17-jre-alpine')
label(['maintainer': 'Vividus Team "vividus.team@vividus.dev"'])
workingDir('vividus')
copyFile('libs', 'libs/')
Expand Down

0 comments on commit 9533ca8

Please sign in to comment.