Skip to content

Commit

Permalink
[1.11.0] use datacience-r 3.3.0 (#28)
Browse files Browse the repository at this point in the history
* datascience-r 3.3.0 release
  • Loading branch information
mattle24 authored Apr 13, 2020
1 parent 98dfd10 commit 18b649b
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

# [1.11.0] - 2020-04-13

### Changed

- datascience-r -> 3.3.0

- libcurl3 -> libcurl4

# [1.10.2] - 2020-02-24

### Changed
Expand Down
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM civisanalytics/datascience-r:3.2.1
FROM civisanalytics/datascience-r:3.3.0
MAINTAINER [email protected]

ENV DEFAULT_KERNEL=ir \
Expand All @@ -21,7 +21,7 @@ RUN DEBIAN_FRONTEND=noninteractive apt-get update -y && \
python3.7 \
python3-pip \
python3-setuptools \
libcurl3 && \
libcurl4 && \
apt-get clean -y && \
rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*

Expand Down

0 comments on commit 18b649b

Please sign in to comment.