Skip to content

Commit

Permalink
updated SnapATAC2 version and python version in docker (#142)
Browse files Browse the repository at this point in the history
  • Loading branch information
ekiernan authored Sep 18, 2024
1 parent 5d55087 commit dfa6b3b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 3rd-party-tools/snapatac2/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# Adding a platform tag to ensure that images built on ARM-based machines doesn't break pipelines
FROM --platform="linux/amd64" python:3.9
FROM --platform="linux/amd64" python:3.10

ENV TERM=xterm-256color \
TINI_VERSION=v0.19.0\
PATH=$PATH:/usr/gitc

ARG SNAPATAC2_VERSION=2.6.3
ARG SNAPATAC2_VERSION=2.7.0

LABEL MAINTAINER="Broad Institute DSDE <dsde-engineering@broadinstitute.org" \
SNAPATAC2_VERSION=${SNAPATAC2_VERSION}
Expand Down

0 comments on commit dfa6b3b

Please sign in to comment.