mirror of
https://github.com/bbernhard/signal-cli-rest-api.git
synced 2026-05-19 13:34:19 +00:00
Switch runtime to JRE
This commit is contained in:
parent
3b16103f47
commit
d521be7ac6
@ -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
|
RUN cd /tmp/signal-cli-rest-api-src && swag init && go build
|
||||||
|
|
||||||
# Start a fresh container for release container
|
# Start a fresh container for release container
|
||||||
FROM adoptopenjdk:11-jdk-hotspot-bionic
|
FROM adoptopenjdk:11-jre-hotspot-bionic
|
||||||
|
|
||||||
ARG SIGNAL_CLI_VERSION
|
ARG SIGNAL_CLI_VERSION
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user