Skip to content

Commit

Permalink
Update images to JUCE 7.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
jd-13 committed Nov 22, 2023
1 parent 58ffbdf commit d427e74
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion DockerFiles/clang10/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ RUN wget https://www.steinberg.net/vst3sdk
RUN unzip vst3sdk -d /home

# JUCE SDK
ARG JUCE_VERSION=7.0.8
ARG JUCE_VERSION=7.0.9
RUN wget https://github.com/juce-framework/JUCE/releases/download/${JUCE_VERSION}/juce-${JUCE_VERSION}-linux.zip
RUN unzip juce-${JUCE_VERSION}-linux.zip -d /home
ENV JUCE_PATH /home/JUCE
Expand Down
2 changes: 1 addition & 1 deletion DockerFiles/gcc10/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ RUN wget https://www.steinberg.net/vst3sdk
RUN unzip vst3sdk -d /home

# JUCE SDK
ARG JUCE_VERSION=7.0.8
ARG JUCE_VERSION=7.0.9
RUN wget https://github.com/juce-framework/JUCE/releases/download/${JUCE_VERSION}/juce-${JUCE_VERSION}-linux.zip
RUN unzip juce-${JUCE_VERSION}-linux.zip -d /home
ENV JUCE_PATH /home/JUCE
Expand Down

0 comments on commit d427e74

Please sign in to comment.