Skip to content

Commit dfa9b1d

Browse files
authored
Merge pull request #2886 from consideRatio/pr/fix-vuln-scan-after-buildkit-is-needed
secret sync image: use python 3.9
2 parents 7be4ce9 + 6889261 commit dfa9b1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

images/secret-sync/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3.8-alpine
1+
FROM python:3.9-alpine
22

33
# VULN_SCAN_TIME=2022-08-15_05:35:56
44

0 commit comments

Comments
 (0)