Skip to content

Commit

Permalink
updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
erickpeirson committed Dec 20, 2018
1 parent e82633b commit 7bdf1f6
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Defines the runtime for the arXiv search service, which provides the main
# UIs (and, eventually, APIs) for search.

FROM arxiv/base:0.12.1rc2
FROM arxiv/base:0.12.1

WORKDIR /opt/arxiv

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile-agent
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# article metadata becomes available. Subscribes to a Kinesis stream for
# notifications about new metadata.

FROM arxiv/search:d2a1499bc7ce3ff9866b3e3c5583f700b8d130ff
FROM arxiv/search:0.5.1

WORKDIR /opt/arxiv

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile-api
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Defines the runtime for the arXiv search API, which provides a metadata
# query API backed by Elasticsearch.

FROM arxiv/base:0.12.1rc2
FROM arxiv/base:0.12.1

WORKDIR /opt/arxiv

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile-index
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
#
# See also ELASTICSEARCH_* and METADATA_ENDPOINT parameters, below.

FROM arxiv/base:0.12.1rc2
FROM arxiv/base:0.12.1

# Add Python consumer and configuration.
ADD requirements/prod.txt /opt/arxiv/requirements.txt
Expand Down
4 changes: 2 additions & 2 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ verify_ssl = true
name = "pypi"

[packages]
arxiv-base = "==0.12.1rc2"
arxiv-auth = "==0.1.0rc14"
arxiv-auth = "==0.2.1"
arxiv-base = "==0.12.1"
boto = "==2.48.0"
"boto3" = "==1.6.6"
botocore = "==1.9.6"
Expand Down
10 changes: 5 additions & 5 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 7bdf1f6

Please sign in to comment.