Switch runtime to JRE

This commit is contained in:
D. Domig
2021-01-16 18:06:08 +01:00
parent 3b16103f47
commit d521be7ac6

View File

@@ -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