diff options
author | Aaron Patterson <tenderlove@ruby-lang.org> | 2023-02-14 23:30:27 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-02-15 08:30:27 +0100 |
commit | fb8503e861b630728ead4be847309f1fd7c03dd4 (patch) | |
tree | 36cd2d74fd90b01be37d776978eff3e14ca32a4c /Dockerfile | |
parent | d15a9df6fefd515e8c655b1a03f08d2a95675d97 (diff) |
Upgrade to Ruby 3.2 (#22928)
Co-authored-by: Matthew Ford <matt@bitzesty.com>
Diffstat (limited to 'Dockerfile')
-rw-r--r-- | Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile index 04e3b58b1..c2b18ce88 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ # This needs to be bullseye-slim because the Ruby image is built on bullseye-slim ARG NODE_VERSION="16.19-bullseye-slim" -FROM ghcr.io/moritzheiber/ruby-jemalloc:3.0.5-slim as ruby +FROM ghcr.io/moritzheiber/ruby-jemalloc:3.2.1-slim as ruby FROM node:${NODE_VERSION} as build COPY --link --from=ruby /opt/ruby /opt/ruby |