Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| f26d9b4eec | |||
| 570747cdc2 | |||
| 98a5059251 | |||
| 5b87dce005 |
+1
-1
@@ -1,4 +1,4 @@
|
||||
FROM python:3.7-alpine
|
||||
FROM python:3.14-alpine
|
||||
|
||||
ARG BUILD_DATE
|
||||
ARG VCS_REF
|
||||
|
||||
+3
-2
@@ -3,10 +3,11 @@
|
||||
"gitlabci": {
|
||||
"enabled": false
|
||||
},
|
||||
"regexManagers": [
|
||||
"customManagers": [
|
||||
{
|
||||
"customType": "regex",
|
||||
"description": "Track ansible-review pip version from ARG in Dockerfile",
|
||||
"fileMatch": ["^Dockerfile$"],
|
||||
"managerFilePatterns": ["/^Dockerfile$/"],
|
||||
"matchStrings": ["ARG ANSIBLE_REVIEW_VERSION=(?<currentValue>[\\d.]+)\\n"],
|
||||
"depNameTemplate": "ansible-review",
|
||||
"datasourceTemplate": "pypi"
|
||||
|
||||
Reference in New Issue
Block a user