Skip to content

Commit

Permalink
Merge branch 'main' into feat/new-lavaplayer-fork
Browse files Browse the repository at this point in the history
  • Loading branch information
book000 authored Aug 12, 2023
2 parents f995d6f + 848da1b commit 23659ae
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 @@ -7,7 +7,7 @@ RUN mvn -B package; echo ""
COPY src /build/src
RUN mvn -B package

FROM amazoncorretto:17.0.7
FROM amazoncorretto:17.0.8

# hadolint ignore=DL3033
RUN yum install -y python3 python3-pip tar xz && \
Expand Down

0 comments on commit 23659ae

Please sign in to comment.