Skip to content

Commit

Permalink
3.1.0 (#38)
Browse files Browse the repository at this point in the history
* 3.1.0

- R -> 3.6.0
- civis-r -> 2.1.0
- civis-python -> 1.11.0
  • Loading branch information
patr1ckm authored Sep 9, 2019
1 parent aef1469 commit 1845de6
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 6 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,16 @@ Version number changes (major.minor.micro) in this package denote the following:

## Unreleased

## [3.1.0] - 2019-09-09

- rocker/verse -> 3.6.0
- civis-r -> 2.1.0
- civis-python -> 1.11.0

### Added
- added buildspecs for autobuilding and pushing Docker image to Amazon ECR

# [3.0.0] - 2019-06-21
## [3.0.0] - 2019-06-21

- rocker/verse -> 3.5.3
- civis-r -> 2.0.0
Expand Down
8 changes: 4 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM rocker/verse:3.5.3
FROM rocker/verse:3.6.0
MAINTAINER [email protected]

RUN DEBIAN_FRONTEND=noninteractive apt-get update -y --no-install-recommends && \
Expand All @@ -16,14 +16,14 @@ RUN curl -s https://bootstrap.pypa.io/get-pip.py -o get-pip.py && \
rm -rf ~/.cache/pip && \
rm -f get-pip.py

RUN Rscript -e "devtools::install_github('civisanalytics/civis-r', ref = 'v2.0.0', upgrade_dependencies = FALSE);"
RUN Rscript -e "devtools::install_github('civisanalytics/civis-r', ref = 'v2.1.0', upgrade_dependencies = FALSE);"

COPY ./requirements.txt /requirements.txt
RUN Rscript -e 'install.packages(readLines("requirements.txt"))'

RUN Rscript -e "library(civis)"

ENV VERSION=3.0.0 \
ENV VERSION=3.1.0 \
VERSION_MAJOR=3 \
VERSION_MINOR=0 \
VERSION_MINOR=1 \
VERSION_MICRO=0
2 changes: 1 addition & 1 deletion requirements-python.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
civis==1.10.0
civis==1.11.0
pubnub==4.0.12
joblib==0.11

0 comments on commit 1845de6

Please sign in to comment.