chore: upgrade apk in base image

This commit is contained in:
Nicolas Meienberger
2025-12-18 18:08:24 +01:00
parent 55e68544f8
commit 7a507354ad
2 changed files with 3 additions and 2 deletions

View File

@@ -83,7 +83,7 @@ jobs:
severity-cutoff: critical
- name: upload Anchore scan report
uses: github/codeql-action/upload-sarif@v3
uses: github/codeql-action/upload-sarif@v4
with:
sarif_file: ${{ steps.scan.outputs.sarif }}

View File

@@ -2,7 +2,8 @@ ARG BUN_VERSION="1.3.5"
FROM oven/bun:${BUN_VERSION}-alpine AS base
RUN apk add --no-cache davfs2=1.6.1-r2 openssh-client fuse3
RUN apk upgrade --no-cache && \
apk add --no-cache davfs2=1.6.1-r2 openssh-client fuse3
# ------------------------------