Skip to content

Commit

Permalink
Merge pull request #38 from CanDIG/daisieh/tweak-alpine-version
Browse files Browse the repository at this point in the history
tweak alpine version
  • Loading branch information
daisieh authored Mar 8, 2022
2 parents 2542958 + d789014 commit 6d58fd7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
ARG venv_python=3.7

FROM python:${venv_python}-alpine3.13
ARG venv_python
ARG alpine_version
FROM python:${venv_python}-alpine${alpine_version}

LABEL Maintainer="CanDIG Team"

Expand Down

0 comments on commit 6d58fd7

Please sign in to comment.