From 9bee32b6d33562b5b2b1f53960d8f9eddd1303e9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 27 Jan 2025 13:38:35 +0100 Subject: [PATCH] chore(deps): update dependencies all updates (#161) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/unittest.yml | 2 +- Dockerfile | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/unittest.yml b/.github/workflows/unittest.yml index 1898490..4f7c197 100644 --- a/.github/workflows/unittest.yml +++ b/.github/workflows/unittest.yml @@ -28,7 +28,7 @@ jobs: # upload coverage to codecov - name: upload - uses: codecov/codecov-action@v5.3.0 + uses: codecov/codecov-action@v5.3.1 with: token: ${{ secrets.CODECOV_TOKEN }} slug: very-doge-wow/stella diff --git a/Dockerfile b/Dockerfile index 2e5d6e2..5d90256 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.13-alpine3.20@sha256:9ab3b6ef4afb7582afaa84e97d40a36f192595bb0578561c282cecc22a45de49 as helper +FROM python:3.13-alpine3.20@sha256:7788ec80bdacc4736a50adce4c3711581e83650a8895c6dbf202caf4af7a3270 as helper # renovate: datasource=pypi depName=pipenv versioning=pep440 ENV PIP_ENV_VERSION=2024.4.1 @@ -16,7 +16,7 @@ EOF USER 1000 -FROM python:3.13-alpine3.20@sha256:9ab3b6ef4afb7582afaa84e97d40a36f192595bb0578561c282cecc22a45de49 +FROM python:3.13-alpine3.20@sha256:7788ec80bdacc4736a50adce4c3711581e83650a8895c6dbf202caf4af7a3270 ARG IMAGE_VERSION=latest ARG COMMIT_SHA=unknown