Skip to content
This repository has been archived by the owner on Feb 17, 2025. It is now read-only.

Commit

Permalink
feat: upgrading to a newer alpine version
Browse files Browse the repository at this point in the history
  • Loading branch information
JordanKergoat authored Jan 24, 2023
1 parent 496ffc6 commit a68e613
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ FROM azul/zulu-openjdk-alpine:17 AS jlink

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

FROM mcr.microsoft.com/dotnet/runtime:6.0-alpine3.14
FROM mcr.microsoft.com/dotnet/runtime:6.0-alpine3.16

ARG VERSION
ARG POSTGRES_DRIVER_VERSION=42.2.19
Expand Down

0 comments on commit a68e613

Please sign in to comment.