From 054a4e6e95583e19bd1880a8331e1eb2327659cf Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 1 Apr 2024 14:33:43 +0000 Subject: [PATCH] chore(release): 1.2.5 [skip ci] ## [1.2.5](https://github.com/miracum/pathling-s3-import/compare/v1.2.4...v1.2.5) (2024-04-01) ### Miscellaneous Chores * **deps:** update dependency testcontainers to v3.8.0 ([#28](https://github.com/miracum/pathling-s3-import/issues/28)) ([e8c8e8e](https://github.com/miracum/pathling-s3-import/commit/e8c8e8e72049962b634038c64e63432e164bb1d4)) * **deps:** update docker.io/curlimages/curl docker tag to v8.7.1 ([#30](https://github.com/miracum/pathling-s3-import/issues/30)) ([f1cad5f](https://github.com/miracum/pathling-s3-import/commit/f1cad5f9672580305cc9936bda403c50134e1f99)) * **deps:** update github/codeql-action action to v3.24.9 ([#27](https://github.com/miracum/pathling-s3-import/issues/27)) ([c23044a](https://github.com/miracum/pathling-s3-import/commit/c23044a51de92cf6b2d7141d67cad3ca90181ead)) * **deps:** update miracum/.github action to v1.6.2 ([#29](https://github.com/miracum/pathling-s3-import/issues/29)) ([6903431](https://github.com/miracum/pathling-s3-import/commit/6903431969e6fec7f483db2749a46a44b17bdcc2)) * **deps:** update miracum/.github action to v1.6.3 ([#31](https://github.com/miracum/pathling-s3-import/issues/31)) ([12b2eca](https://github.com/miracum/pathling-s3-import/commit/12b2eca3eb160b363fbab7754e0571a50a871ecd)) --- Dockerfile | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 47e9a0c..986c2b5 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.4 +ARG VERSION=1.2.5 RUN dotnet publish \ -c Release \ -p:Version=${VERSION} \ diff --git a/README.md b/README.md index 76459ca..605dd4e 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.4 +docker run --rm -it ghcr.io/miracum/pathling-s3-import:v1.2.5 ``` ## Development