Skip to content

Commit

Permalink
Update Dockerfile tag
Browse files Browse the repository at this point in the history
  • Loading branch information
rheinwein committed Jan 21, 2016
1 parent 58f1d5e commit 4ce2604
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Start with the offical image for Ruby 2.2.2
FROM ruby:2.3
# Start with the offical image for Ruby 2.3.0
FROM ruby:2.3.0

# Update the base system and install any required dependencies
RUN apt-get update -qq && apt-get install -y netcat
Expand Down

0 comments on commit 4ce2604

Please sign in to comment.