Skip to content

Commit

Permalink
Merge pull request #309 from smart-on-fhir/mikix/docker-py
Browse files Browse the repository at this point in the history
fix: fix parsing of server timestamps when bulk exporting
  • Loading branch information
mikix authored May 8, 2024
2 parents aa5f6cb + 5cb9427 commit 330e79b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ RUN arch=$(arch | sed s/aarch64/arm64/ | sed s/x86_64/x64/) && \
--output=/bin \
/app/FHIR/src/Microsoft.Health.Fhir.Anonymizer.R4.CommandLineTool

FROM python:3.10 AS cumulus-etl-test
FROM python:3.11 AS cumulus-etl-test
COPY --from=eclipse-temurin:17-jre /opt/java/openjdk /opt/java/openjdk
COPY --from=ms-tool /bin/Microsoft.Health.Fhir.Anonymizer.R4.CommandLineTool /bin
COPY . /app
Expand All @@ -29,7 +29,7 @@ ENV JAVA_HOME /opt/java/openjdk

ENTRYPOINT ["cumulus-etl"]

FROM python:3.10 AS cumulus-etl
FROM python:3.11 AS cumulus-etl
COPY --from=eclipse-temurin:17-jre /opt/java/openjdk /opt/java/openjdk
COPY --from=ms-tool /bin/Microsoft.Health.Fhir.Anonymizer.R4.CommandLineTool /bin

Expand Down

0 comments on commit 330e79b

Please sign in to comment.