From 56666336cadb1dda46a72743afea24eeb75f66a7 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 1 Aug 2024 14:16:05 +0000 Subject: [PATCH] chore(release): 2.1.3 [skip ci] ## [2.1.3](https://github.com/miracum/pathling-s3-import/compare/v2.1.2...v2.1.3) (2024-08-01) ### Miscellaneous Chores * **deps:** update all non-major dependencies ([#61](https://github.com/miracum/pathling-s3-import/issues/61)) ([d841fde](https://github.com/miracum/pathling-s3-import/commit/d841fdee2075804450a3f5b78bed8ab2a14b3f3e)) * **deps:** update mcr.microsoft.com/dotnet/sdk:8.0.303-noble docker digest to 0ece4e7 ([#60](https://github.com/miracum/pathling-s3-import/issues/60)) ([52b1217](https://github.com/miracum/pathling-s3-import/commit/52b121769726c39c2ffbb31186b5d0582795882a)) --- Dockerfile | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index fce8bc2..b9a7a43 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,7 +8,7 @@ COPY src/PathlingS3Import/packages.lock.json . RUN --mount=type=cache,id=nuget,target=/root/.nuget/packages dotnet restore --locked-mode COPY . . -ARG VERSION=2.1.2 +ARG VERSION=2.1.3 RUN --mount=type=cache,id=nuget,target=/root/.nuget/packages dotnet publish \ -c Release \ -p:Version=${VERSION} \ diff --git a/README.md b/README.md index c4d0432..005632a 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:v2.1.2 +docker run --rm -it ghcr.io/miracum/pathling-s3-import:v2.1.3 ``` ## Development