From 2553df7fea62f0bebf26dabdff4168a1d6fbf2dd Mon Sep 17 00:00:00 2001 From: Serge Logvinov Date: Wed, 1 Jan 2025 13:18:52 +0200 Subject: [PATCH] chore: bump deps Updated dependencies Signed-off-by: Serge Logvinov --- .github/workflows/release.yaml | 2 +- Dockerfile | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 6c673be..60161df 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -77,7 +77,7 @@ jobs: go-version-file: 'go.mod' - name: Generate token - uses: actions/create-github-app-token@5d869da34e18e7287c1daad50e0b8ea0f506ce69 # v1.11.0 + uses: actions/create-github-app-token@c1a285145b9d317df6ced56c09f525b5c2b6f755 # v1.11.1 id: token with: app-id: "${{ secrets.BOT_APP_ID }}" diff --git a/Dockerfile b/Dockerfile index 13eb75f..f292663 100644 --- a/Dockerfile +++ b/Dockerfile @@ -80,7 +80,7 @@ ENTRYPOINT ["/bin/proxmox-csi-node"] ######################################## -FROM alpine:3.20 AS pvecsictl +FROM alpine:3.21 AS pvecsictl LABEL org.opencontainers.image.source="https://github.com/sergelogvinov/proxmox-csi-plugin" \ org.opencontainers.image.licenses="Apache-2.0" \ org.opencontainers.image.description="Proxmox VE CSI tools" @@ -92,7 +92,7 @@ ENTRYPOINT ["/bin/pvecsictl"] ######################################## -FROM alpine:3.20 AS pvecsictl-goreleaser +FROM alpine:3.21 AS pvecsictl-goreleaser LABEL org.opencontainers.image.source="https://github.com/sergelogvinov/proxmox-csi-plugin" \ org.opencontainers.image.licenses="Apache-2.0" \ org.opencontainers.image.description="Proxmox VE CSI tools"