Merge pull request #450 from marvinruder/master

Use JRE for runtime container
This commit is contained in:
Bernhard B 2023-11-16 23:13:14 +01:00 committed by GitHub
commit bdf55a5cf7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -145,7 +145,7 @@ RUN cd /tmp/signal-cli-rest-api-src && swag init && go test ./client -v && go bu
RUN cd /tmp/signal-cli-rest-api-src/scripts && go build -o jsonrpc2-helper
# Start a fresh container for release container
FROM eclipse-temurin:17-focal
FROM eclipse-temurin:17-jre-focal
ENV GIN_MODE=release