Skip to content

Commit 9bee32b

Browse files
chore(deps): update dependencies all updates (#161)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 8b382c2 commit 9bee32b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/unittest.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
2929
# upload coverage to codecov
3030
- name: upload
31-
uses: codecov/[email protected].0
31+
uses: codecov/[email protected].1
3232
with:
3333
token: ${{ secrets.CODECOV_TOKEN }}
3434
slug: very-doge-wow/stella

Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3.13-alpine3.20@sha256:9ab3b6ef4afb7582afaa84e97d40a36f192595bb0578561c282cecc22a45de49 as helper
1+
FROM python:3.13-alpine3.20@sha256:7788ec80bdacc4736a50adce4c3711581e83650a8895c6dbf202caf4af7a3270 as helper
22

33
# renovate: datasource=pypi depName=pipenv versioning=pep440
44
ENV PIP_ENV_VERSION=2024.4.1
@@ -16,7 +16,7 @@ EOF
1616

1717
USER 1000
1818

19-
FROM python:3.13-alpine3.20@sha256:9ab3b6ef4afb7582afaa84e97d40a36f192595bb0578561c282cecc22a45de49
19+
FROM python:3.13-alpine3.20@sha256:7788ec80bdacc4736a50adce4c3711581e83650a8895c6dbf202caf4af7a3270
2020

2121
ARG IMAGE_VERSION=latest
2222
ARG COMMIT_SHA=unknown

0 commit comments

Comments
 (0)