Skip to content

Commit be6e5cc

Browse files
committed
Upgrade Ruby 2.7.8 and Bundler 2.4.20
1 parent 6d25e10 commit be6e5cc

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
ARG RUBY_VERSION=2.7.7
1+
ARG RUBY_VERSION=2.7.8
22
ARG VARIANT=jemalloc-slim
33
FROM quay.io/evl.ms/fullstaq-ruby:${RUBY_VERSION}-${VARIANT} as base
44

5-
ARG BUNDLER_VERSION=2.4.5
5+
ARG BUNDLER_VERSION=2.4.20
66
RUN gem install -N bundler -v ${BUNDLER_VERSION}
77

88
ARG NODE_VERSION=18.18.0

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,6 @@ Polydice's base docker image for Rails applications.
1111

1212
| Version | Ruby | Node.js | Yarn | Bundler | pnpm |
1313
|---------|-------|---------|---------|---------|-------|
14+
| 0.31.1 | 2.7.8 | 18.18.0 | 1.22.19 | 2.4.20 | 8.8.0 |
1415
| 0.31.0 | 2.7.7 | 18.18.0 | 1.22.19 | 2.4.5 | 8.8.0 |
1516
| 0.30.3 | 2.7.7 | 14.21.2 | 1.22.19 | 2.4.5 | |

0 commit comments

Comments
 (0)