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