Skip to content

Commit

Permalink
Merge pull request #2886 from consideRatio/pr/fix-vuln-scan-after-bui…
Browse files Browse the repository at this point in the history
…ldkit-is-needed

secret sync image: use python 3.9
  • Loading branch information
consideRatio committed Sep 19, 2022
2 parents 7be4ce9 + 6889261 commit dfa9b1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion images/secret-sync/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.8-alpine
FROM python:3.9-alpine

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

Expand Down

0 comments on commit dfa9b1d

Please sign in to comment.