better base docker image
This commit is contained in:
parent
45b4e6dcf9
commit
90aced979c
2 changed files with 3 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
FROM eclipse-temurin:17-jdk-focal
|
||||
FROM eclipse-temurin:17-jdk
|
||||
WORKDIR /app
|
||||
|
||||
COPY ./build/libs/* ./nextcloud-dlna.jar
|
||||
|
|
|
@ -46,9 +46,10 @@ dependencies {
|
|||
implementation 'org.jupnp:org.jupnp:2.7.1'
|
||||
implementation 'org.jupnp:org.jupnp.support:2.7.1'
|
||||
implementation 'org.apache.httpcomponents:httpclient:4.5.14'
|
||||
// to avoid snakeyaml-1.3 vulnerability CVE-2022-1471
|
||||
implementation 'org.yaml:snakeyaml:2.2'
|
||||
|
||||
testImplementation 'org.apache.groovy:groovy:4.0.15'
|
||||
|
||||
testImplementation('org.spockframework:spock-core:2.4-M1-groovy-4.0')
|
||||
testImplementation('org.spockframework:spock-spring:2.4-M1-groovy-4.0')
|
||||
testImplementation('org.springframework.boot:spring-boot-starter-test') {
|
||||
|
|
Loading…
Reference in a new issue