Skip to content

Commit 036c5e0

Browse files
committed
Set the patch version of the ruby image
1 parent 4fa3da5 commit 036c5e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gcp-ts-k8s-ruby-on-rails-postgresql/app/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ruby:2.5
1+
FROM ruby:2.5.1
22
RUN apt-get update -qq && apt-get install -y build-essential libpq-dev nodejs
33
RUN mkdir /myapp
44
WORKDIR /myapp

0 commit comments

Comments
 (0)