Compare commits
6
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
22583205d5 | ||
|
|
fe43f13ed7 | ||
|
|
8e4cc4d798 | ||
|
|
6906f2de87 | ||
|
|
11c0671551 | ||
|
|
52437b3a59 |
@@ -0,0 +1,12 @@
|
||||
name: Renovate
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
renovate:
|
||||
uses: perso/gitea-pipelines/.gitea/workflows/renovate.yaml@main
|
||||
secrets: inherit
|
||||
+1
-1
@@ -1,7 +1,7 @@
|
||||
FROM python:3.14-alpine
|
||||
LABEL maintainer="Julien Cabillot <dockerimages@cabillot.eu>"
|
||||
|
||||
ARG CLI_VERSION=1.45.60
|
||||
ARG CLI_VERSION=1.45.62
|
||||
|
||||
# hadolint ignore=DL3018,DL3013
|
||||
RUN apk --no-cache upgrade && \
|
||||
|
||||
Reference in New Issue
Block a user