Skip to content

Commit

Permalink
[#251] Fixed image
Browse files Browse the repository at this point in the history
  • Loading branch information
naomichi-y committed Aug 19, 2021
1 parent 1d095dc commit 9bfaf4f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker/base/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ruby:2.7-alpine
FROM ruby:2.7.1-alpine

RUN apk --update add build-base openssh docker nodejs git tzdata vim --no-cache
ENV APP_HOME=/app
Expand Down
2 changes: 1 addition & 1 deletion lib/genova/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module Genova
module Version
MAJOR = 3
MINOR = 1
TINY = 6
TINY = 7

STRING = [MAJOR, MINOR, TINY].join('.')
LONG_STRING = "genova v#{[MAJOR, MINOR, TINY].join('.')}".freeze
Expand Down

0 comments on commit 9bfaf4f

Please sign in to comment.