From 6f4990f2544c2e883d161a4ef82c8cd0734caaa0 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 15 Mar 2024 15:58:13 +0000 Subject: [PATCH] chore(release): 1.2.4 [skip ci] ## [1.2.4](https://github.com/miracum/pathling-s3-import/compare/v1.2.3...v1.2.4) (2024-03-15) ### Miscellaneous Chores * **deps:** update actions/download-artifact action to v4.1.4 ([#18](https://github.com/miracum/pathling-s3-import/issues/18)) ([3a09e71](https://github.com/miracum/pathling-s3-import/commit/3a09e71a87d520b253d59f34a832b9a35e60ed61)) * **deps:** update dependency coverlet.collector to v6.0.2 ([#25](https://github.com/miracum/pathling-s3-import/issues/25)) ([a91e712](https://github.com/miracum/pathling-s3-import/commit/a91e7126fbbc5cbc488e84f892ee88f1283e8990)) * **deps:** update dependency dotmake.commandline to v1.8.4 ([#16](https://github.com/miracum/pathling-s3-import/issues/16)) ([fb7f73a](https://github.com/miracum/pathling-s3-import/commit/fb7f73a0bad2052a5e2ef87cd192ba6e1e158b1b)) * **deps:** update dependency dotmake.commandline to v1.8.6 ([#20](https://github.com/miracum/pathling-s3-import/issues/20)) ([73be39c](https://github.com/miracum/pathling-s3-import/commit/73be39cc90ab415a950264ae4e49e89cdcd83e4f)) * **deps:** update dependency hl7.fhir.r4 to v5.7.0 ([#26](https://github.com/miracum/pathling-s3-import/issues/26)) ([b35f61c](https://github.com/miracum/pathling-s3-import/commit/b35f61c8665f26e06f9e32c132d8ff69af3c26ca)) * **deps:** update dependency polly.core to v8.3.1 ([#21](https://github.com/miracum/pathling-s3-import/issues/21)) ([7886cc3](https://github.com/miracum/pathling-s3-import/commit/7886cc3c24727f2389611345e0967ebf88399de5)) * **deps:** update dotnet monorepo ([#23](https://github.com/miracum/pathling-s3-import/issues/23)) ([9ac6637](https://github.com/miracum/pathling-s3-import/commit/9ac66376bb2b66942ade3c5e423953df00ae92b6)) * **deps:** update github/codeql-action action to v3.24.6 ([#17](https://github.com/miracum/pathling-s3-import/issues/17)) ([c3f7aea](https://github.com/miracum/pathling-s3-import/commit/c3f7aeacee3c6c219ac7bee1af5242ef0429e540)) * **deps:** update github/codeql-action action to v3.24.7 ([#24](https://github.com/miracum/pathling-s3-import/issues/24)) ([937b6b7](https://github.com/miracum/pathling-s3-import/commit/937b6b7e1738e34f8bfaae1ba9aede8df1b6904e)) * **deps:** update miracum/.github action to v1.6.1 ([#19](https://github.com/miracum/pathling-s3-import/issues/19)) ([9e20b00](https://github.com/miracum/pathling-s3-import/commit/9e20b004cec4a1b86fccc2443d03dce37e13d13e)) --- Dockerfile | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 243346e..47e9a0c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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} \ diff --git a/README.md b/README.md index c65ead8..76459ca 100644 --- a/README.md +++ b/README.md @@ -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