File tree 3 files changed +5
-5
lines changed
3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -73,13 +73,13 @@ jobs:
73
73
!startsWith(github.ref, 'refs/heads/feature/') &&
74
74
!contains(github.ref, '.dev') &&
75
75
!contains(github.ref, 'rc')
76
- uses : docker/login-action@v3.0 .0
76
+ uses : docker/login-action@v3.1 .0
77
77
with :
78
78
username : ${{ secrets.DOCKERHUB_USERNAME }}
79
79
password : ${{ secrets.DOCKERHUB_TOKEN }}
80
80
- name : Build and push
81
81
id : docker_build
82
- uses : docker/build-push-action@v5.1 .0
82
+ uses : docker/build-push-action@v5.3 .0
83
83
with :
84
84
push : |
85
85
${{ github.actor != 'dependabot[bot]' &&
@@ -138,7 +138,7 @@ jobs:
138
138
- name : Checkout
139
139
uses : actions/checkout@v4
140
140
- name : Docker Hub Description # https://github.com/peter-evans/dockerhub-description
141
- uses : peter-evans/dockerhub-description@v3
141
+ uses : peter-evans/dockerhub-description@v4
142
142
with :
143
143
username : ${{ secrets.DOCKERHUB_USERNAME }}
144
144
password : ${{ secrets.DOCKERHUB_PASSWORD }}
Original file line number Diff line number Diff line change 16
16
# along with this program. If not, see <http://www.gnu.org/licenses/>.
17
17
18
18
19
- FROM python:3.12.1 -slim-bullseye
19
+ FROM python:3.12.2 -slim-bullseye
20
20
21
21
ADD . /jetson_stats
22
22
Original file line number Diff line number Diff line change 31
31
__copyright__ = "(c) 2024, Raffaello Bonghi"
32
32
# Version package
33
33
# https://packaging.python.org/guides/distributing-packages-using-setuptools/#choosing-a-versioning-scheme
34
- __version__ = "4.2.6 "
34
+ __version__ = "4.2.7 "
35
35
# EOF
You can’t perform that action at this time.
0 commit comments