-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update Dockerfile with new default Ruby 3.3.0
- Loading branch information
1 parent
26ca33b
commit 3815f62
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
ARG RUBY_VERSION="3.2.2" | ||
ARG RUBY_VERSION="3.3.0" | ||
ARG IMAGE_NAME="ruby:${RUBY_VERSION}-slim" | ||
# hadolint ignore=DL3006 | ||
FROM ${IMAGE_NAME} | ||
|
@@ -7,7 +7,7 @@ LABEL maintainer="Moritz Heiber <[email protected]>" | |
LABEL org.opencontainers.image.source=https://github.com/moritzheiber/ruby-jemalloc-docker | ||
|
||
ARG RUBY_VERSION | ||
ARG RUBY_CHECKSUM="96c57558871a6748de5bc9f274e93f4b5aad06cd8f37befa0e8d94e7b8a423bc" | ||
ARG RUBY_CHECKSUM="96518814d9832bece92a85415a819d4893b307db5921ae1f0f751a9a89a56b7d" | ||
ARG ADDITIONAL_FLAGS | ||
|
||
ENV DEBIAN_FRONTEND="noninteractive" \ | ||
|