Skip to content

Commit 48274ba

Browse files
authored
Merge branch 'master' into monthly
2 parents 2a86f24 + 1c0338a commit 48274ba

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -734,7 +734,7 @@ pipeline {
734734
docker run --rm \
735735
-v /var/run/docker.sock:/var/run/docker.sock:ro \
736736
-v ${TEMPDIR}:/tmp \
737-
ghcr.io/anchore/syft:latest \
737+
ghcr.io/anchore/syft:v1.26.1 \
738738
${LOCAL_CONTAINER} -o table=/tmp/package_versions.txt
739739
NEW_PACKAGE_TAG=$(md5sum ${TEMPDIR}/package_versions.txt | cut -c1-8 )
740740
echo "Package tag sha from current packages in buit container is ${NEW_PACKAGE_TAG} comparing to old ${PACKAGE_TAG} from github"

package_versions.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -106,13 +106,13 @@ py3-resolvelib 1.0.1-r1 apk
106106
py3-resolvelib-pyc 1.0.1-r1 apk
107107
py3-yaml 6.0.2-r0 apk
108108
py3-yaml-pyc 6.0.2-r0 apk
109-
pyc 3.12.10-r1 apk
109+
pyc 3.12.11-r0 apk
110110
pycparser 2.22 python
111111
pynacl 1.5.0 python
112112
pyparsing 3.1.4 python
113-
python3 3.12.10-r1 apk
114-
python3-pyc 3.12.10-r1 apk
115-
python3-pycache-pyc0 3.12.10-r1 apk
113+
python3 3.12.11-r0 apk
114+
python3-pyc 3.12.11-r0 apk
115+
python3-pycache-pyc0 3.12.11-r0 apk
116116
pyyaml 6.0.2 python
117117
readline 8.2.13-r0 apk
118118
resolvelib 1.0.1 python

0 commit comments

Comments
 (0)