Skip to content

Commit d6ebaba

Browse files
build(deps): bump dotnet/runtime from 8.0-alpine3.22 to 9.0-alpine3.22
Bumps dotnet/runtime from 8.0-alpine3.22 to 9.0-alpine3.22. --- updated-dependencies: - dependency-name: dotnet/runtime dependency-version: 9.0-alpine3.22 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 8d692e4 commit d6ebaba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ FROM azul/zulu-openjdk-alpine:21 AS jlink
44

55
RUN "$JAVA_HOME/bin/jlink" --compress=2 --module-path /opt/java/openjdk/jmods --add-modules java.base,java.compiler,java.datatransfer,jdk.crypto.ec,java.desktop,java.instrument,java.logging,java.management,java.naming,java.rmi,java.scripting,java.security.sasl,java.sql,java.transaction.xa,java.xml,jdk.unsupported --output /jlinked
66

7-
FROM mcr.microsoft.com/dotnet/runtime:8.0-alpine3.22
7+
FROM mcr.microsoft.com/dotnet/runtime:9.0-alpine3.22
88

99
ARG VERSION
1010
ARG POSTGRES_DRIVER_VERSION=42.7.5

0 commit comments

Comments
 (0)