Skip to content

Commit

Permalink
Update Dockerfile for manylinux
Browse files Browse the repository at this point in the history
  • Loading branch information
jpfeuffer authored Apr 16, 2024
1 parent a359975 commit 965e0be
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dockerfiles/pyopenms/manylinux/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ RUN cmake -DBUILD_TYPE=ALL ../contrib && rm -rf archives src
WORKDIR /

# Metadata
LABEL base.image="manylinux2014_x86_64"
LABEL base.image="manylinux2_28_x86_64"
LABEL version="1.0"
LABEL software="OpenMS (dependencies for manylinux2014)"
LABEL software="OpenMS (dependencies for manylinux2_28)"
LABEL software.version="$OPENMS_VERSION"
LABEL description="C++ libraries and tools for MS/MS data analysis"
LABEL website="http://www.openms.org/"
Expand Down

0 comments on commit 965e0be

Please sign in to comment.