Skip to content

Commit

Permalink
Set the patch version of the ruby image
Browse files Browse the repository at this point in the history
  • Loading branch information
danmastrow committed Dec 14, 2019
1 parent 4fa3da5 commit 036c5e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gcp-ts-k8s-ruby-on-rails-postgresql/app/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ruby:2.5
FROM ruby:2.5.1
RUN apt-get update -qq && apt-get install -y build-essential libpq-dev nodejs
RUN mkdir /myapp
WORKDIR /myapp
Expand Down

0 comments on commit 036c5e0

Please sign in to comment.