Compare commits
3
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
22583205d5 | ||
|
|
fe43f13ed7 | ||
|
|
8e4cc4d798 |
@@ -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.61
|
||||
ARG CLI_VERSION=1.45.62
|
||||
|
||||
# hadolint ignore=DL3018,DL3013
|
||||
RUN apk --no-cache upgrade && \
|
||||
|
||||
Reference in New Issue
Block a user