Skip to content

Commit

Permalink
fix: missing specimen sources (#3044)
Browse files Browse the repository at this point in the history
* fix: update docker, snapshots

* test: snapshots again

* Update containers/fhir-converter/Dockerfile
  • Loading branch information
mcmcgrath13 authored Dec 16, 2024
1 parent 1e129ae commit 744ea3f
Show file tree
Hide file tree
Showing 2 changed files with 205 additions and 1 deletion.
2 changes: 1 addition & 1 deletion containers/fhir-converter/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM mcr.microsoft.com/dotnet/sdk:6.0 AS build

# Download FHIR-Converter
RUN git clone https://github.com/skylight-hq/FHIR-Converter.git --branch v7.0-skylight-16 --single-branch /build/FHIR-Converter
RUN git clone https://github.com/skylight-hq/FHIR-Converter.git --branch v7.0-skylight-17 --single-branch /build/FHIR-Converter

WORKDIR /build/FHIR-Converter

Expand Down
Loading

0 comments on commit 744ea3f

Please sign in to comment.