Skip to content

Commit

Permalink
Remove unmaintained version in Dockerfile
Browse files Browse the repository at this point in the history
I think this version label was supposed to be updated with every version - but as it has never been changed, it should be removed so as not to confuse anyone.
  • Loading branch information
corneliusroemer authored Jul 26, 2023
1 parent 2f2756e commit 0cef18b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
FROM continuumio/miniconda3:4.9.2-alpine
LABEL version="2.1.2" \
description="Docker image for Pangolin"
LABEL description="Docker image for Pangolin"

# Install git for pangolin
RUN apk update && \
Expand Down

0 comments on commit 0cef18b

Please sign in to comment.