Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion image/base/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# VERSION: release

ARG DEBIAN_RELEASE=bookworm
ARG RUBY_VERSION=3.3.7
ARG RUBY_VERSION=3.3.8

FROM discourse/ruby:${RUBY_VERSION}-${DEBIAN_RELEASE}-slim AS builder
ARG DEBIAN_RELEASE
Expand Down