Skip to content

Commit

Permalink
chore(release): 1.2.5 [skip ci]
Browse files Browse the repository at this point in the history
## [1.2.5](v1.2.4...v1.2.5) (2024-04-01)

### Miscellaneous Chores

* **deps:** update dependency testcontainers to v3.8.0 ([#28](#28)) ([e8c8e8e](e8c8e8e))
* **deps:** update docker.io/curlimages/curl docker tag to v8.7.1 ([#30](#30)) ([f1cad5f](f1cad5f))
* **deps:** update github/codeql-action action to v3.24.9 ([#27](#27)) ([c23044a](c23044a))
* **deps:** update miracum/.github action to v1.6.2 ([#29](#29)) ([6903431](6903431))
* **deps:** update miracum/.github action to v1.6.3 ([#31](#31)) ([12b2eca](12b2eca))
  • Loading branch information
semantic-release-bot committed Apr 1, 2024
1 parent 12b2eca commit 054a4e6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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} \
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 054a4e6

Please sign in to comment.