From 4957a22e5a9fb8b49640183f2c74f9e62b497945 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sat, 24 Feb 2024 16:23:06 +0000 Subject: [PATCH] chore(release): 1.1.3 [skip ci] ## [1.1.3](https://github.com/miracum/pathling-s3-import/compare/v1.1.2...v1.1.3) (2024-02-24) ### Miscellaneous Chores * **deps:** update dependency coverlet.collector to v6.0.1 ([#8](https://github.com/miracum/pathling-s3-import/issues/8)) ([3568c30](https://github.com/miracum/pathling-s3-import/commit/3568c30bbacda5c6244e5bf7ba02732ee5de09df)) * **deps:** update dependency microsoft.net.test.sdk to v17.9.0 ([#9](https://github.com/miracum/pathling-s3-import/issues/9)) ([c787182](https://github.com/miracum/pathling-s3-import/commit/c787182597aea6737104f4b8f74a5c1c5b469cd3)) --- Dockerfile | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 5e848f6..6b7632e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,7 +8,7 @@ COPY src/PathlingS3Import/packages.lock.json . RUN dotnet restore --locked-mode COPY . . -ARG VERSION=1.1.2 +ARG VERSION=1.1.3 RUN dotnet publish \ -c Release \ -p:Version=${VERSION} \ diff --git a/README.md b/README.md index cb04eff..df20184 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.1.2 +docker run --rm -it ghcr.io/miracum/pathling-s3-import:v1.1.3 ``` ## Development