mirror of
https://github.com/aljazceru/signal-cli-rest-api.git
synced 2025-12-19 23:54:22 +01:00
Switch runtime to JRE
This commit is contained in:
@@ -72,7 +72,7 @@ COPY src/go.sum /tmp/signal-cli-rest-api-src/
|
||||
RUN cd /tmp/signal-cli-rest-api-src && swag init && go build
|
||||
|
||||
# Start a fresh container for release container
|
||||
FROM adoptopenjdk:11-jdk-hotspot-bionic
|
||||
FROM adoptopenjdk:11-jre-hotspot-bionic
|
||||
|
||||
ARG SIGNAL_CLI_VERSION
|
||||
|
||||
|
||||
Reference in New Issue
Block a user