Skip to content

Commit 8565a59

Browse files
Update to 2.6.5
1 parent 1382674 commit 8565a59

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

2.6/buster/slim/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ RUN set -eux; \
2323
} >> /usr/local/etc/gemrc
2424

2525
ENV RUBY_MAJOR 2.6
26-
ENV RUBY_VERSION 2.6.4
27-
ENV RUBY_DOWNLOAD_SHA256 df593cd4c017de19adf5d0154b8391bb057cef1b72ecdd4a8ee30d3235c65f09
26+
ENV RUBY_VERSION 2.6.5
27+
ENV RUBY_DOWNLOAD_SHA256 d5d6da717fd48524596f9b78ac5a2eeb9691753da5c06923a6c31190abe01a62
2828

2929
# some of ruby's build scripts are written in ruby
3030
# we purge system ruby later to make sure our final image uses what we just built

2.6/stretch/slim/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ RUN set -eux; \
2323
} >> /usr/local/etc/gemrc
2424

2525
ENV RUBY_MAJOR 2.6
26-
ENV RUBY_VERSION 2.6.4
27-
ENV RUBY_DOWNLOAD_SHA256 df593cd4c017de19adf5d0154b8391bb057cef1b72ecdd4a8ee30d3235c65f09
26+
ENV RUBY_VERSION 2.6.5
27+
ENV RUBY_DOWNLOAD_SHA256 d5d6da717fd48524596f9b78ac5a2eeb9691753da5c06923a6c31190abe01a62
2828

2929
# some of ruby's build scripts are written in ruby
3030
# we purge system ruby later to make sure our final image uses what we just built

0 commit comments

Comments
 (0)