File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -285,7 +285,7 @@ jobs:
285285 - name : Set up Node
286286 uses : actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5.0.0
287287 with :
288- node-version : 16
288+ node-version : 22
289289
290290 # vaadin tests use pnpm
291291 - name : Cache pnpm modules
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ RUN git checkout 8aa4d49
1313RUN ./mvnw package -Dmaven.test.skip=true
1414RUN cp target/spring-petclinic-rest*.jar /app/spring-petclinic-rest.jar
1515
16- FROM bellsoft/liberica-openjdk-alpine:21.0.8 @sha256:c4052811bba52c7a06ebde235c839108bf723dfab3c65066f61145a252480b16
16+ FROM bellsoft/liberica-openjdk-alpine:25 @sha256:2ef36da2e7dbde0730121d6a5d018d318adaecc1a420bd170031c1453dbf4b6d
1717COPY --from=app-build /app/spring-petclinic-rest.jar /app/spring-petclinic-rest.jar
1818WORKDIR /app
1919EXPOSE 9966
You can’t perform that action at this time.
0 commit comments