Skip to content

Commit

Permalink
Update sample app Ruby version (#185)
Browse files Browse the repository at this point in the history
* update base docker image ruby version

* add missing gem dep to sample app
  • Loading branch information
ryehowell authored Jan 25, 2024
1 parent c4a670c commit 5ee6616
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/k8s-service-config-injection/docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM ruby:2.6.1
FROM ruby:2.7.8

RUN gem install sinatra json
RUN gem install sinatra json rackup

COPY app.rb /usr/src/app.rb
WORKDIR /usr/src
Expand Down

0 comments on commit 5ee6616

Please sign in to comment.