File tree 4 files changed +9
-3
lines changed
4 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 1
1
# FROM mdillon/postgis:9.6 as postgis
2
- FROM ruby:2.3.3 -slim
2
+ FROM ruby:2.5.1 -slim
3
3
4
4
# Install general packages
5
5
ENV PACKAGES build-essential libpq-dev netcat git curl apt-utils wget python3 python-pip python-dev software-properties-common
Original file line number Diff line number Diff line change @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file.
3
3
4
4
## [ Unreleased]
5
5
6
+ ## [ 2.0.3] - 2018-09-14
7
+ ### shared-services-sprint-51
8
+ ### Changed
9
+ - HUB-1587
10
+ - Updated ruby version in Dockerfiles
11
+
6
12
## [ 2.0.2] - 2018-08-31
7
13
### hubzone-sprint-50
8
14
### Changed
Original file line number Diff line number Diff line change 1
- FROM ruby:2.4.3 -slim
1
+ FROM ruby:2.5.1 -slim
2
2
3
3
# Install general packages
4
4
ENV PACKAGES build-essential libpq-dev netcat git python3 python-pip python-dev apt-utils wget unzip lftp ssh jq
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ default: &defaults
2
2
hubzone_api_version :
3
3
major : 2
4
4
minor : 0
5
- patch : 1
5
+ patch : 3
6
6
pre_release :
7
7
google_api_key : <%= ENV.fetch('HUBZONE_GOOGLE_API_KEY') { 'SetYourGoogleAPIKeyInYour.envFile' } %>
8
8
You can’t perform that action at this time.
0 commit comments