Skip to content

Commit

Permalink
Merge pull request #450 from marvinruder/master
Browse files Browse the repository at this point in the history
Use JRE for runtime container
  • Loading branch information
bbernhard authored Nov 16, 2023
2 parents 63c767e + 95be547 commit bdf55a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit bdf55a5

Please sign in to comment.