From 26775ec79facfbad020611d285f1e43080acee60 Mon Sep 17 00:00:00 2001 From: Dmitry Smirnov Date: Mon, 16 Dec 2024 18:39:54 +0200 Subject: [PATCH 1/3] upgrade to curl=8.5.0-2ubuntu10.6 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 350c3073..f5cbeef3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 \ From 48ba0df96cb0ef9f636936c1e91b076b60fa7e3e Mon Sep 17 00:00:00 2001 From: Dmitry Smirnov Date: Mon, 16 Dec 2024 18:45:50 +0200 Subject: [PATCH 2/3] readme updates --- README.md | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0ddbcc76..4dc37a4e 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ make run ``` ```shell -make run-interactive +make run-it ``` For more details on available commands @@ -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. From b7aaf98611b2eeb9a0031375ca2a9fd03587553b Mon Sep 17 00:00:00 2001 From: Dmitry Smirnov Date: Mon, 16 Dec 2024 18:47:16 +0200 Subject: [PATCH 3/3] bump gittools/actions from 3.0.0 to 3.1.1 --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d009a753..dcf9a1e1 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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" @@ -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