Skip to content

Commit

Permalink
Update JUCE version in images to 7.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jd-13 committed Sep 25, 2022
1 parent 9d88c5e commit 4d95183
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=6.1.6
ARG JUCE_VERSION=7.0.2
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=6.1.6
ARG JUCE_VERSION=7.0.2
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 4d95183

Please sign in to comment.