File tree 3 files changed +7
-7
lines changed
3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 28
28
image-name : ghcr.io/${{ github.repository }}:${{ github.sha }}
29
29
30
30
- name : Login to GitHub Container Registry
31
- uses : docker/login-action@e92390c5fb421da1463c202d546fed0ec5c39f20 # v3.1 .0
31
+ uses : docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3.4 .0
32
32
with :
33
33
registry : ghcr.io
34
34
username : ${{ github.repository_owner }}
Original file line number Diff line number Diff line change 1
- FROM alpine:3.19 @sha256:c5b1261d6d3e43071626931fc004f70149baeba2c8ec672bd4f27761f8e1ad6b
1
+ FROM alpine:3.21 @sha256:a8560b36e8b8210634f77d9f7f9efd7ffa463e380b75e2e74aff4511df3ef88c
2
2
3
3
# Non-root user for security purposes.
4
4
#
Original file line number Diff line number Diff line change 1
- boto3 == 1.34.74
2
- botocore == 1.34.74
1
+ boto3 == 1.37.29
2
+ botocore == 1.37.29
3
3
jmespath == 1.0.1
4
4
python-dateutil == 2.9.0.post0
5
5
python-magic == 0.4.27
6
6
s3cmd == 2.4.0
7
- s3transfer == 0.10.1
8
- six == 1.16 .0
9
- urllib3 == 1.26.18
7
+ s3transfer == 0.11.4
8
+ six == 1.17 .0
9
+ urllib3 == 1.26.20
You can’t perform that action at this time.
0 commit comments