Skip to content

Commit

Permalink
chore(release): 1.2.4 [skip ci]
Browse files Browse the repository at this point in the history
## [1.2.4](v1.2.3...v1.2.4) (2024-03-15)

### Miscellaneous Chores

* **deps:** update actions/download-artifact action to v4.1.4 ([#18](#18)) ([3a09e71](3a09e71))
* **deps:** update dependency coverlet.collector to v6.0.2 ([#25](#25)) ([a91e712](a91e712))
* **deps:** update dependency dotmake.commandline to v1.8.4 ([#16](#16)) ([fb7f73a](fb7f73a))
* **deps:** update dependency dotmake.commandline to v1.8.6 ([#20](#20)) ([73be39c](73be39c))
* **deps:** update dependency hl7.fhir.r4 to v5.7.0 ([#26](#26)) ([b35f61c](b35f61c))
* **deps:** update dependency polly.core to v8.3.1 ([#21](#21)) ([7886cc3](7886cc3))
* **deps:** update dotnet monorepo ([#23](#23)) ([9ac6637](9ac6637))
* **deps:** update github/codeql-action action to v3.24.6 ([#17](#17)) ([c3f7aea](c3f7aea))
* **deps:** update github/codeql-action action to v3.24.7 ([#24](#24)) ([937b6b7](937b6b7))
* **deps:** update miracum/.github action to v1.6.1 ([#19](#19)) ([9e20b00](9e20b00))
  • Loading branch information
semantic-release-bot committed Mar 15, 2024
1 parent 73be39c commit 6f4990f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ COPY src/PathlingS3Import/packages.lock.json .
RUN dotnet restore --locked-mode
COPY . .

ARG VERSION=1.2.3
ARG VERSION=1.2.4
RUN dotnet publish \
-c Release \
-p:Version=${VERSION} \
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Tool for automatically [$import'ing](https://pathling.csiro.au/docs/server/opera
See the help text of the command by simply running:

```sh
docker run --rm -it ghcr.io/miracum/pathling-s3-import:v1.2.3
docker run --rm -it ghcr.io/miracum/pathling-s3-import:v1.2.4
```

## Development
Expand Down

0 comments on commit 6f4990f

Please sign in to comment.