Browse Source

Bump ruby version to 3.2.3

pull/1337/head
Claire 2 years ago
parent
commit
7a22999f92
  1. 2
      .ruby-version
  2. 2
      Dockerfile

2
.ruby-version

@ -1 +1 @@
3.2.2
3.2.3

2
Dockerfile

@ -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

Loading…
Cancel
Save