Update 3.2-rc to 3.2.0-preview2

This commit is contained in:
Docker Library Bot 2022-09-08 22:03:21 -07:00
parent c971cc83fe
commit 41208aad67
7 changed files with 14 additions and 14 deletions

View File

@ -27,8 +27,8 @@ RUN set -eux; \
ENV LANG C.UTF-8
ENV RUBY_MAJOR 3.2-rc
ENV RUBY_VERSION 3.2.0-preview1
ENV RUBY_DOWNLOAD_SHA256 6d28477f7fa626b63bf139afd37bcfeb28fce6847b203fa10f37cb3615d0c35d
ENV RUBY_VERSION 3.2.0-preview2
ENV RUBY_DOWNLOAD_SHA256 01fac0929dccdabc0686c1109da6c187897a401da9ff8851242befa92f7fd430
# some of ruby's build scripts are written in ruby
# we purge system ruby later to make sure our final image uses what we just built

View File

@ -27,8 +27,8 @@ RUN set -eux; \
ENV LANG C.UTF-8
ENV RUBY_MAJOR 3.2-rc
ENV RUBY_VERSION 3.2.0-preview1
ENV RUBY_DOWNLOAD_SHA256 6d28477f7fa626b63bf139afd37bcfeb28fce6847b203fa10f37cb3615d0c35d
ENV RUBY_VERSION 3.2.0-preview2
ENV RUBY_DOWNLOAD_SHA256 01fac0929dccdabc0686c1109da6c187897a401da9ff8851242befa92f7fd430
# some of ruby's build scripts are written in ruby
# we purge system ruby later to make sure our final image uses what we just built

View File

@ -16,8 +16,8 @@ RUN set -eux; \
ENV LANG C.UTF-8
ENV RUBY_MAJOR 3.2-rc
ENV RUBY_VERSION 3.2.0-preview1
ENV RUBY_DOWNLOAD_SHA256 6d28477f7fa626b63bf139afd37bcfeb28fce6847b203fa10f37cb3615d0c35d
ENV RUBY_VERSION 3.2.0-preview2
ENV RUBY_DOWNLOAD_SHA256 01fac0929dccdabc0686c1109da6c187897a401da9ff8851242befa92f7fd430
# some of ruby's build scripts are written in ruby
# we purge system ruby later to make sure our final image uses what we just built

View File

@ -16,8 +16,8 @@ RUN set -eux; \
ENV LANG C.UTF-8
ENV RUBY_MAJOR 3.2-rc
ENV RUBY_VERSION 3.2.0-preview1
ENV RUBY_DOWNLOAD_SHA256 6d28477f7fa626b63bf139afd37bcfeb28fce6847b203fa10f37cb3615d0c35d
ENV RUBY_VERSION 3.2.0-preview2
ENV RUBY_DOWNLOAD_SHA256 01fac0929dccdabc0686c1109da6c187897a401da9ff8851242befa92f7fd430
# some of ruby's build scripts are written in ruby
# we purge system ruby later to make sure our final image uses what we just built

View File

@ -30,8 +30,8 @@ RUN set -eux; \
ENV LANG C.UTF-8
ENV RUBY_MAJOR 3.2-rc
ENV RUBY_VERSION 3.2.0-preview1
ENV RUBY_DOWNLOAD_SHA256 6d28477f7fa626b63bf139afd37bcfeb28fce6847b203fa10f37cb3615d0c35d
ENV RUBY_VERSION 3.2.0-preview2
ENV RUBY_DOWNLOAD_SHA256 01fac0929dccdabc0686c1109da6c187897a401da9ff8851242befa92f7fd430
# some of ruby's build scripts are written in ruby
# we purge system ruby later to make sure our final image uses what we just built

View File

@ -30,8 +30,8 @@ RUN set -eux; \
ENV LANG C.UTF-8
ENV RUBY_MAJOR 3.2-rc
ENV RUBY_VERSION 3.2.0-preview1
ENV RUBY_DOWNLOAD_SHA256 6d28477f7fa626b63bf139afd37bcfeb28fce6847b203fa10f37cb3615d0c35d
ENV RUBY_VERSION 3.2.0-preview2
ENV RUBY_DOWNLOAD_SHA256 01fac0929dccdabc0686c1109da6c187897a401da9ff8851242befa92f7fd430
# some of ruby's build scripts are written in ruby
# we purge system ruby later to make sure our final image uses what we just built

View File

@ -36,7 +36,7 @@
"version": "3.1.2"
},
"3.2-rc": {
"sha256": "6d28477f7fa626b63bf139afd37bcfeb28fce6847b203fa10f37cb3615d0c35d",
"sha256": "01fac0929dccdabc0686c1109da6c187897a401da9ff8851242befa92f7fd430",
"variants": [
"bullseye",
"slim-bullseye",
@ -45,6 +45,6 @@
"alpine3.16",
"alpine3.15"
],
"version": "3.2.0-preview1"
"version": "3.2.0-preview2"
}
}