Compare commits

..

3 Commits

Author SHA1 Message Date
25ab10b5b5 alpine update
Some checks failed
Container Publish / on-success-skip (push) Has been skipped
Container Publish / build-image (amd64) (push) Successful in 12s
Container Publish / build-image (arm64) (push) Successful in 30s
Container Publish / update docker manifest (push) Successful in 13s
Vulnerability Scan / Daily Vulnerability Scan (arm64) (push) Successful in 5s
Vulnerability Scan / Daily Vulnerability Scan (amd64) (push) Failing after 27s
2025-09-29 20:50:32 +02:00
3f3c5a4eec build on wednesday 2025-09-29 20:49:28 +02:00
b7d655474e always build 2025-09-29 20:49:10 +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 --no-cache upgrade && \