Skip to content

Commit 0029a57

Browse files
committed
HUB-1587 updated docker ruby version to 2.5.1
1 parent 4b42287 commit 0029a57

File tree

4 files changed

+9
-3
lines changed

4 files changed

+9
-3
lines changed

.circleci/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# FROM mdillon/postgis:9.6 as postgis
2-
FROM ruby:2.3.3-slim
2+
FROM ruby:2.5.1-slim
33

44
# Install general packages
55
ENV PACKAGES build-essential libpq-dev netcat git curl apt-utils wget python3 python-pip python-dev software-properties-common

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file.
33

44
## [Unreleased]
55

6+
## [2.0.3] - 2018-09-14
7+
### shared-services-sprint-51
8+
### Changed
9+
- HUB-1587
10+
- Updated ruby version in Dockerfiles
11+
612
## [2.0.2] - 2018-08-31
713
### hubzone-sprint-50
814
### Changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ruby:2.4.3-slim
1+
FROM ruby:2.5.1-slim
22

33
# Install general packages
44
ENV PACKAGES build-essential libpq-dev netcat git python3 python-pip python-dev apt-utils wget unzip lftp ssh jq

config/map.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ default: &defaults
22
hubzone_api_version:
33
major: 2
44
minor: 0
5-
patch: 1
5+
patch: 3
66
pre_release:
77
google_api_key: <%= ENV.fetch('HUBZONE_GOOGLE_API_KEY') { 'SetYourGoogleAPIKeyInYour.envFile' } %>
88

0 commit comments

Comments
 (0)