Bump ruby version to 3.2.3

This commit is contained in:
Claire 2024-01-23 15:03:45 +01:00
parent c5c464804d
commit 7a22999f92
2 changed files with 2 additions and 2 deletions

View file

@ -1 +1 @@
3.2.2
3.2.3

View file

@ -2,7 +2,7 @@
# This needs to be bookworm-slim because the Ruby image is built on bookworm-slim
ARG NODE_VERSION="20.6-bookworm-slim"
FROM ghcr.io/moritzheiber/ruby-jemalloc:3.2.2-slim as ruby
FROM ghcr.io/moritzheiber/ruby-jemalloc:3.2.3-slim as ruby
FROM node:${NODE_VERSION} as build
COPY --link --from=ruby /opt/ruby /opt/ruby