Compare commits

...

3 Commits

Author SHA1 Message Date
d26bcdb430 alpine upgrade
Some checks failed
Container Publish / on-success-skip (push) Has been skipped
Container Publish / build-image (amd64) (push) Successful in 11s
Container Publish / build-image (arm64) (push) Successful in 1m26s
Container Publish / update docker manifest (push) Successful in 14s
Vulnerability Scan / Daily Vulnerability Scan (arm64) (push) Successful in 5s
Vulnerability Scan / Daily Vulnerability Scan (amd64) (push) Failing after 8s
2025-09-29 20:55:12 +02:00
472376c9c3 build on wednesday 2025-09-29 20:53:16 +02:00
517c6fe7c1 always build 2025-09-29 20:53:02 +02:00
2 changed files with 2 additions and 4 deletions

View File

@@ -7,10 +7,8 @@ env:
on:
push:
tags:
- '*'
schedule:
- cron: "0 12 3 * *"
- cron: "0 12 * * 3"
workflow_dispatch:
workflow_call:
workflow_run:

View File

@@ -1,4 +1,4 @@
FROM alpine:3.21
FROM alpine:3.22
RUN \
apk upgrade --update --no-cache && \