Skip to content

Commit 1f32e09

Browse files
authored
Merge pull request #115 from groovy/5.0.4
Groovy 5.0.4
2 parents 10c01d9 + da62d3d commit 1f32e09

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
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}"

jdk11-alpine/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ VOLUME /home/groovy/.groovy/grapes
1919

2020
WORKDIR /home/groovy
2121

22-
ENV GROOVY_VERSION=5.0.3
22+
ENV GROOVY_VERSION=5.0.4
2323
RUN set -o errexit -o nounset \
2424
&& echo "Installing build dependencies" \
2525
&& apk add --no-cache --virtual .build-deps \

jdk11/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
3333
RUN 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" \

jdk17-alpine/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ VOLUME /home/groovy/.groovy/grapes
1919

2020
WORKDIR /home/groovy
2121

22-
ENV GROOVY_VERSION=5.0.3
22+
ENV GROOVY_VERSION=5.0.4
2323
RUN set -o errexit -o nounset \
2424
&& echo "Installing build dependencies" \
2525
&& apk add --no-cache --virtual .build-deps \

jdk17/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
3535
RUN 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" \

jdk21-alpine/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ VOLUME /home/groovy/.groovy/grapes
1919

2020
WORKDIR /home/groovy
2121

22-
ENV GROOVY_VERSION=5.0.3
22+
ENV GROOVY_VERSION=5.0.4
2323
RUN set -o errexit -o nounset \
2424
&& echo "Installing build dependencies" \
2525
&& apk add --no-cache --virtual .build-deps \

jdk21/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
3535
RUN 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" \

0 commit comments

Comments
 (0)