Skip to content

Commit

Permalink
Merge pull request #66 from udx/UAT-29
Browse files Browse the repository at this point in the history
Upgrade Curl Dependency
  • Loading branch information
fqjony authored Dec 16, 2024
2 parents 991b811 + 92c3d74 commit e39bb8c
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
driver: docker-container

- name: Install GitVersion
uses: gittools/actions/gitversion/setup@v3.0.3
uses: gittools/actions/gitversion/setup@v3.1.1
with:
versionSpec: "6.0.0"

Expand All @@ -46,7 +46,7 @@ jobs:

- name: Determine Version
id: gitversion
uses: gittools/actions/gitversion/execute@v3.0.3
uses: gittools/actions/gitversion/execute@v3.1.1
with:
useConfigFile: true
configFilePath: ci/git-version.yml
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ SHELL ["/bin/bash", "-o", "pipefail", "-c"]
RUN apt-get update && \
apt-get install -y --no-install-recommends \
tzdata=2024a-3ubuntu1.1 \
curl=8.5.0-2ubuntu10.5 \
curl=8.5.0-2ubuntu10.6 \
bash=5.2.21-2ubuntu4 \
apt-utils=2.7.14build2 \
gettext=0.21-14ubuntu2 \
Expand Down
16 changes: 15 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ make run
```

```shell
make run-interactive
make run-it
```

For more details on available commands
Expand All @@ -55,6 +55,20 @@ make
- [Authentication](lib/auth/readme.md)
- [Secrets Management](lib/secrets/readme.md)

## Docker Hub

Our project is available on Docker Hub. Pull the latest image with:

```sh
docker pull usabilitydynamics/udx-worker:latest
```

For more details, visit our [docker hub repository](https://hub.docker.com/r/usabilitydynamics/udx-worker).

## Marketing Page

For more details about our product, visit our [marketing page](https://udx.io/products/udx-worker).

## Contributing

Contributions are welcome! If you find any issues or have suggestions for improvements, please fork the repository and submit a pull request.
Expand Down

0 comments on commit e39bb8c

Please sign in to comment.