File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed
Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 11# FROM --platform=linux/amd64 eclipse-temurin:17.0.12_7-jdk-focal
2- FROM --platform=linux/amd64 eclipse-temurin:21.0.10_7-jre- alpine
2+ FROM --platform=linux/amd64 eclipse-temurin:21- alpine-3.23
33VOLUME /data
44VOLUME /config
55VOLUME /logs
66
77RUN apk update && apk add --no-cache libc6-compat
8+ RUN apk upgrade --no-cache
9+
810
911ARG JAR_FILE
1012EXPOSE 8080
Original file line number Diff line number Diff line change 1212 * - ui/build.gradle
1313 */
1414plugins {
15- id ' org.springframework.boot' version ' 3.5.6 '
15+ id ' org.springframework.boot' version ' 3.5.12 '
1616 id " io.spring.dependency-management" version " 1.1.7"
1717 id " java"
1818 id " org.sonarqube" version " 4.4.1.3373"
Original file line number Diff line number Diff line change 1- FROM molgenis/ci-build:1.2.4
1+ FROM molgenis/ci-build:1.2.4
22
33
44RUN echo "deb https://cran.r-project.org/bin/linux/ubuntu jammy-cran40/" >> /etc/apt/sources.list
You can’t perform that action at this time.
0 commit comments