File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 22# VERSION: release
33
44ARG DEBIAN_RELEASE=bookworm
5+ ARG RUBY_VERSION=3.3.7
56
6- FROM discourse/ruby:3.3.6 -${DEBIAN_RELEASE}-slim AS builder
7+ FROM discourse/ruby:${RUBY_VERSION} -${DEBIAN_RELEASE}-slim AS builder
78ARG DEBIAN_RELEASE
89ENV DEBIAN_RELEASE=${DEBIAN_RELEASE}
910RUN echo "deb http://deb.debian.org/debian ${DEBIAN_RELEASE}-backports main" > "/etc/apt/sources.list.d/${DEBIAN_RELEASE}-backports.list"
@@ -29,7 +30,7 @@ RUN gpg --import /tmp/nginx_public_keys.key &&\
2930 rm /tmp/nginx_public_keys.key &&\
3031 /tmp/install-nginx
3132
32- FROM discourse/ruby:3.3.6 -${DEBIAN_RELEASE}-slim AS discourse_dependencies
33+ FROM discourse/ruby:${RUBY_VERSION} -${DEBIAN_RELEASE}-slim AS discourse_dependencies
3334
3435ARG DEBIAN_RELEASE
3536ARG PG_MAJOR=15
You can’t perform that action at this time.
0 commit comments