possibly fix audio issues
This commit is contained in:
parent
e8d1a978a2
commit
32a2782b16
|
@ -5,7 +5,7 @@ COPY . /app
|
|||
WORKDIR /app
|
||||
RUN ./gradlew bootJar
|
||||
|
||||
FROM openjdk:8-jre-alpine
|
||||
FROM openjdk:8-jre-stretch
|
||||
|
||||
COPY --from=build /app/build/libs/ottobot.jar /otto.jar
|
||||
|
||||
|
|
Loading…
Reference in a new issue