Skip to content

Commit

Permalink
fix version of pennsieve-agent
Browse files Browse the repository at this point in the history
  • Loading branch information
sanderegg authored Apr 8, 2022
1 parent 7dbc446 commit 7e09498
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions services/datcore-adapter/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
ARG PYTHON_VERSION="3.8.10"
ARG PYTHON_VERSION="3.9.12"
ARG PENNSIEVE_VERSION="0.3.5"
FROM itisfoundation/pennsieve-agent:${PYTHON_VERSION}-${PENNSIEVE_VERSION} as pennsieve-agent
FROM itisfoundation/pennsieve-agent:3.8.10-${PENNSIEVE_VERSION} as pennsieve-agent
FROM python:${PYTHON_VERSION}-slim-buster as base

#
Expand Down

0 comments on commit 7e09498

Please sign in to comment.