File tree Expand file tree Collapse file tree 7 files changed +7
-7
lines changed
Expand file tree Collapse file tree 7 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 3131 docker build --tag "groovy:${{ matrix.directory }}" .
3232 - name : test
3333 env :
34- expectedGroovyVersion : 5.0.3
34+ expectedGroovyVersion : 5.0.4
3535 run : |
3636 cd test
3737 ./run.sh "groovy:${{ matrix.directory }}" "${expectedGroovyVersion}"
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ VOLUME /home/groovy/.groovy/grapes
1919
2020WORKDIR /home/groovy
2121
22- ENV GROOVY_VERSION=5.0.3
22+ ENV GROOVY_VERSION=5.0.4
2323RUN set -o errexit -o nounset \
2424 && echo "Installing build dependencies" \
2525 && apk add --no-cache --virtual .build-deps \
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ RUN set -o errexit -o nounset \
2929 wget \
3030 && rm --recursive --force /var/lib/apt/lists/*
3131
32- ENV GROOVY_VERSION=5.0.3
32+ ENV GROOVY_VERSION=5.0.4
3333RUN set -o errexit -o nounset \
3434 && echo "Downloading Groovy" \
3535 && wget --no-verbose --output-document=groovy.zip "https://archive.apache.org/dist/groovy/${GROOVY_VERSION}/distribution/apache-groovy-binary-${GROOVY_VERSION}.zip" \
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ VOLUME /home/groovy/.groovy/grapes
1919
2020WORKDIR /home/groovy
2121
22- ENV GROOVY_VERSION=5.0.3
22+ ENV GROOVY_VERSION=5.0.4
2323RUN set -o errexit -o nounset \
2424 && echo "Installing build dependencies" \
2525 && apk add --no-cache --virtual .build-deps \
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ RUN set -o errexit -o nounset \
3131 wget \
3232 && rm --recursive --force /var/lib/apt/lists/*
3333
34- ENV GROOVY_VERSION=5.0.3
34+ ENV GROOVY_VERSION=5.0.4
3535RUN set -o errexit -o nounset \
3636 && echo "Downloading Groovy" \
3737 && wget --no-verbose --output-document=groovy.zip "https://archive.apache.org/dist/groovy/${GROOVY_VERSION}/distribution/apache-groovy-binary-${GROOVY_VERSION}.zip" \
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ VOLUME /home/groovy/.groovy/grapes
1919
2020WORKDIR /home/groovy
2121
22- ENV GROOVY_VERSION=5.0.3
22+ ENV GROOVY_VERSION=5.0.4
2323RUN set -o errexit -o nounset \
2424 && echo "Installing build dependencies" \
2525 && apk add --no-cache --virtual .build-deps \
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ RUN set -o errexit -o nounset \
3131 wget \
3232 && rm --recursive --force /var/lib/apt/lists/*
3333
34- ENV GROOVY_VERSION=5.0.3
34+ ENV GROOVY_VERSION=5.0.4
3535RUN set -o errexit -o nounset \
3636 && echo "Downloading Groovy" \
3737 && wget --no-verbose --output-document=groovy.zip "https://archive.apache.org/dist/groovy/${GROOVY_VERSION}/distribution/apache-groovy-binary-${GROOVY_VERSION}.zip" \
You can’t perform that action at this time.
0 commit comments