diff --git a/alpine/Dockerfile b/alpine/Dockerfile index 436c246..48e14c3 100644 --- a/alpine/Dockerfile +++ b/alpine/Dockerfile @@ -4,14 +4,14 @@ ARG BUILDPLATFORM WORKDIR /rebol ENV REBOL_HOME=/rebol -ENV REBOL_VERSION=3.15.0 +ENV REBOL_VERSION=3.17.0 RUN echo "Target: $TARGETPLATFORM build: $BUILDPLATFORM\n" #ADD https://github.com/Oldes/Rebol3/releases/download/$REBOL_VERSION/rebol3-bulk-linux-x64-musl.gz . #RUN gunzip ./rebol* && mv ./rebol* /bin/rebol && chmod +x /bin/rebol -LABEL version="3.15" +LABEL version="3.17" LABEL description="REBOL (relative expression based object language) console." LABEL maintainer="oldes.huhuman@gmail.com" LABEL org.opencontainers.image.source="https://github.com/Oldes/Rebol-Docker" diff --git a/alpine/amd64/Dockerfile b/alpine/amd64/Dockerfile index 9314623..b737ee5 100644 --- a/alpine/amd64/Dockerfile +++ b/alpine/amd64/Dockerfile @@ -1,12 +1,12 @@ FROM amd64/alpine WORKDIR /rebol ENV REBOL_HOME=/rebol -ENV REBOL_VERSION=3.16.0 +ENV REBOL_VERSION=3.17.0 ADD https://github.com/Oldes/Rebol3/releases/download/$REBOL_VERSION/rebol3-bulk-linux-x64-musl.gz . RUN gunzip ./rebol* && mv ./rebol* /bin/rebol && chmod +x /bin/rebol -LABEL version="3.16" +LABEL version="3.17" LABEL description="REBOL (relative expression based object language) console." LABEL maintainer="oldes.huhuman@gmail.com" LABEL org.opencontainers.image.source="https://github.com/Oldes/Rebol-Docker" diff --git a/alpine/arm32v6/Dockerfile b/alpine/arm32v6/Dockerfile index 5cda256..9712f3d 100644 --- a/alpine/arm32v6/Dockerfile +++ b/alpine/arm32v6/Dockerfile @@ -1,12 +1,12 @@ FROM arm32v6/alpine:latest WORKDIR /rebol ENV REBOL_HOME=/rebol -ENV REBOL_VERSION=3.16.0 +ENV REBOL_VERSION=3.17.0 ADD https://github.com/Oldes/Rebol3/releases/download/$REBOL_VERSION/rebol3-bulk-linux-armv6-musl.gz . RUN gunzip ./rebol* && mv ./rebol* /bin/rebol && chmod +x /bin/rebol -LABEL version="3.16" +LABEL version="3.17" LABEL description="REBOL (relative expression based object language) console." LABEL maintainer="oldes.huhuman@gmail.com" LABEL org.opencontainers.image.source="https://github.com/Oldes/Rebol-Docker" diff --git a/alpine/arm32v7/Dockerfile b/alpine/arm32v7/Dockerfile index 1e5e873..8726ad1 100644 --- a/alpine/arm32v7/Dockerfile +++ b/alpine/arm32v7/Dockerfile @@ -1,12 +1,12 @@ FROM arm32v7/alpine:latest WORKDIR /rebol ENV REBOL_HOME=/rebol -ENV REBOL_VERSION=3.16.0 +ENV REBOL_VERSION=3.17.0 ADD https://github.com/Oldes/Rebol3/releases/download/$REBOL_VERSION/rebol3-bulk-linux-armv7-musl.gz . RUN gunzip ./rebol* && mv ./rebol* /bin/rebol && chmod +x /bin/rebol -LABEL version="3.16" +LABEL version="3.17" LABEL description="REBOL (relative expression based object language) console." LABEL maintainer="oldes.huhuman@gmail.com" LABEL org.opencontainers.image.source="https://github.com/Oldes/Rebol-Docker" diff --git a/alpine/arm64v8/Dockerfile b/alpine/arm64v8/Dockerfile index 9a818a3..5b73787 100644 --- a/alpine/arm64v8/Dockerfile +++ b/alpine/arm64v8/Dockerfile @@ -1,12 +1,12 @@ FROM arm64v8/alpine:latest WORKDIR /rebol ENV REBOL_HOME=/rebol -ENV REBOL_VERSION=3.16.0 +ENV REBOL_VERSION=3.17.0 ADD https://github.com/Oldes/Rebol3/releases/download/$REBOL_VERSION/rebol3-bulk-linux-arm64-musl.gz . RUN gunzip ./rebol* && mv ./rebol* /bin/rebol && chmod +x /bin/rebol -LABEL version="3.16" +LABEL version="3.17" LABEL description="REBOL (relative expression based object language) console." LABEL maintainer="oldes.huhuman@gmail.com" LABEL org.opencontainers.image.source="https://github.com/Oldes/Rebol-Docker" diff --git a/alpine/i386/Dockerfile b/alpine/i386/Dockerfile index 3d81365..d98af8d 100644 --- a/alpine/i386/Dockerfile +++ b/alpine/i386/Dockerfile @@ -1,12 +1,12 @@ FROM i386/alpine WORKDIR /rebol ENV REBOL_HOME=/rebol -ENV REBOL_VERSION=3.16.0 +ENV REBOL_VERSION=3.17.0 ADD https://github.com/Oldes/Rebol3/releases/download/$REBOL_VERSION/rebol3-bulk-linux-x86-musl.gz . RUN gunzip ./rebol* && mv ./rebol* /bin/rebol && chmod +x /bin/rebol -LABEL version="3.16" +LABEL version="3.17" LABEL description="REBOL (relative expression based object language) console." LABEL maintainer="oldes.huhuman@gmail.com" LABEL org.opencontainers.image.source="https://github.com/Oldes/Rebol-Docker"