Skip to content

Commit

Permalink
Update dependencies & add dependabot config for docker (#29)
Browse files Browse the repository at this point in the history
* upgrade base image

* update notebook since ids are now read as integers

* update notebook since ids are now read as integers

* update conda environments

* add dependabot config for docker images

* add a new line

* bump version to 0.2.2

* add pandas as required dependency
  • Loading branch information
apulverizer committed Dec 25, 2021
1 parent 233fc77 commit c26f235
Show file tree
Hide file tree
Showing 8 changed files with 283 additions and 198 deletions.
6 changes: 6 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
version: 2
updates:
- package-ecosystem: "docker"
directory: "/"
schedule:
interval: "daily"
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Set the base image to Ubuntu
FROM continuumio/miniconda3:4.7.10
FROM continuumio/miniconda3:4.10.3p0

# File Author / Maintainer
MAINTAINER Aaron Pulver <apulverizer@gmail.com>
Expand Down
2 changes: 1 addition & 1 deletion build.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Set the base image to Ubuntu
FROM continuumio/miniconda3:4.7.10
FROM continuumio/miniconda3:4.10.3p0

# File Author / Maintainer
MAINTAINER Aaron Pulver <apulverizer@gmail.com>
Expand Down
Loading

0 comments on commit c26f235

Please sign in to comment.