Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM bellsoft/liberica-openjre-alpine:21.0.10 AS builder
FROM bellsoft/liberica-openjre-alpine:21.0.11 AS builder
WORKDIR /builder
# Patch OpenSSL/libssl3 in the builder stage too (for image scanning)
RUN apk update \
Expand All @@ -7,7 +7,7 @@ RUN apk update \
COPY target/*-SNAPSHOT.jar application.jar
RUN java -Djarmode=tools -jar application.jar extract --layers --destination extracted

FROM bellsoft/liberica-openjre-alpine:21.0.10
FROM bellsoft/liberica-openjre-alpine:21.0.11
# Patch OpenSSL / libssl3 in the runtime image
RUN apk update \
&& apk upgrade --no-cache openssl libssl3 libcrypto3 \
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
<sosi-reader-impl.version>1.26</sosi-reader-impl.version>
<argLine/>
<spring-webmvc.version>5.3.28</spring-webmvc.version>
<netty.version>4.2.12.Final</netty.version>
<netty.version>4.2.16.Final</netty.version>
</properties>

<repositories>
Expand Down
Loading