-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Hermann Mayer <[email protected]>
- Loading branch information
Showing
11 changed files
with
20 additions
and
25 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
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
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
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
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
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,8 +1,8 @@ | ||
FROM hausgold/ruby:2.5 | ||
FROM hausgold/ruby:2.7 | ||
MAINTAINER Hermann Mayer <[email protected]> | ||
|
||
# Update system gem | ||
RUN gem update --system '3.3.26' | ||
RUN gem update --system '3.4.22' | ||
|
||
# Install system packages and the latest bundler | ||
RUN apt-get update -yqqq && \ | ||
|
@@ -11,7 +11,7 @@ RUN apt-get update -yqqq && \ | |
ca-certificates \ | ||
bash-completion inotify-tools && \ | ||
echo 'en_US.UTF-8 UTF-8' >> /etc/locale.gen && /usr/sbin/locale-gen && \ | ||
gem install bundler -v '~> 2.3.0' --no-document --no-prerelease | ||
gem install bundler -v '~> 2.4.22' --no-document --no-prerelease | ||
|
||
# Add new web user | ||
RUN mkdir /app && \ | ||
|
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
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,8 +1,8 @@ | ||
FROM hausgold/ruby:2.5 | ||
FROM hausgold/ruby:2.7 | ||
MAINTAINER Hermann Mayer <[email protected]> | ||
|
||
# Update system gem | ||
RUN gem update --system '3.3.26' | ||
RUN gem update --system '3.4.22' | ||
|
||
# Add backports repository | ||
RUN echo 'deb http://archive.debian.org/debian buster-backports main' \ | ||
|
@@ -18,7 +18,7 @@ RUN apt-get update -yqqq && \ | |
ca-certificates jq curl cmake \ | ||
bash-completion inotify-tools && \ | ||
echo 'en_US.UTF-8 UTF-8' >> /etc/locale.gen && /usr/sbin/locale-gen && \ | ||
gem install bundler -v '~> 2.3.0' --no-document --no-prerelease | ||
gem install bundler -v '~> 2.4.22' --no-document --no-prerelease | ||
|
||
# Install kcat (formerly known as kafkacat) | ||
RUN curl -sL https://github.com/edenhill/kcat/archive/refs/tags/1.7.0.tar.gz \ | ||
|
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
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
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