Skip to content

Commit

Permalink
build(Docker): switch to adoptopenjdk to support armv7
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjamin Schmid committed Aug 16, 2020
1 parent a6e8cce commit c004806
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Expand Up @@ -39,7 +39,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 openjdk:11-jre-slim-buster
FROM adoptopenjdk:11-jre-hotspot

COPY --from=buildcontainer /tmp/signal-cli-rest-api-src/signal-cli-rest-api /usr/bin/signal-cli-rest-api
COPY --from=buildcontainer /tmp/signal-cli /opt/signal-cli
Expand Down

0 comments on commit c004806

Please sign in to comment.