From d21d657b1514b2f136134efce0aee19b1291ca3f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 9 Sep 2022 03:04:39 +0000 Subject: [PATCH 1/4] Bump python from 3.10.5-alpine to 3.10.7-alpine Bumps python from 3.10.5-alpine to 3.10.7-alpine. --- updated-dependencies: - dependency-name: python dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index fe5d4ce..1b44b7a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.10.5-alpine +FROM python:3.10.7-alpine ENV TZ UTC From 05fc91c18bc8f7512d28183816f889b7d5a9fc4d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 9 Dec 2022 03:00:48 +0000 Subject: [PATCH 2/4] Bump python from 3.10.7-alpine to 3.11.1-alpine Bumps python from 3.10.7-alpine to 3.11.1-alpine. --- updated-dependencies: - dependency-name: python dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 1b44b7a..a1b4601 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.10.7-alpine +FROM python:3.11.1-alpine ENV TZ UTC From 692748d965be19da12e89e27f3c88c1a145c0edc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 31 Jan 2023 03:00:41 +0000 Subject: [PATCH 3/4] Bump docker/build-push-action from 3 to 4 Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 3 to 4. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](https://github.com/docker/build-push-action/compare/v3...v4) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/build.yml | 4 ++-- .github/workflows/test-build.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 73b1a0b..9960bee 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -36,7 +36,7 @@ jobs: sed -i -r 's/VERSION = "custom"/VERSION = "0.0+test"/' pyouroboros/__init__.py echo $?\ - name: Build Docker - uses: docker/build-push-action@v3 + uses: docker/build-push-action@v4 with: context: . file: ./Dockerfile @@ -105,7 +105,7 @@ jobs: echo $?\ - name: Build and Push Docker if: contains(steps.check_credentials.outputs.missingsecrets, 'no') - uses: docker/build-push-action@v3 + uses: docker/build-push-action@v4 with: context: . file: ./Dockerfile diff --git a/.github/workflows/test-build.yml b/.github/workflows/test-build.yml index 126d9d7..3120c5a 100644 --- a/.github/workflows/test-build.yml +++ b/.github/workflows/test-build.yml @@ -36,7 +36,7 @@ jobs: sed -i -r 's/VERSION = "custom"/VERSION = "0.0+test"/' pyouroboros/__init__.py echo $?\ - name: Build Docker - uses: docker/build-push-action@v3 + uses: docker/build-push-action@v4 with: context: . file: ./Dockerfile From 5a5a26585cc0ac2a96ef57da17698a07c77d3c05 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Feb 2023 03:56:41 +0000 Subject: [PATCH 4/4] Bump python from 3.11.1-alpine to 3.11.2-alpine Bumps python from 3.11.1-alpine to 3.11.2-alpine. --- updated-dependencies: - dependency-name: python dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index a1b4601..c8fcc80 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.11.1-alpine +FROM python:3.11.2-alpine ENV TZ UTC