Skip to content

Commit a30235b

Browse files
committed
chore: bump deps
Updated dependencies Signed-off-by: Serge Logvinov <[email protected]>
1 parent 898f6e7 commit a30235b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
go-version-file: 'go.mod'
7878

7979
- name: Generate token
80-
uses: actions/create-github-app-token@5d869da34e18e7287c1daad50e0b8ea0f506ce69 # v1.11.0
80+
uses: actions/create-github-app-token@c1a285145b9d317df6ced56c09f525b5c2b6f755 # v1.11.1
8181
id: token
8282
with:
8383
app-id: "${{ secrets.BOT_APP_ID }}"

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ ENTRYPOINT ["/bin/proxmox-csi-node"]
8080

8181
########################################
8282

83-
FROM alpine:3.20 AS pvecsictl
83+
FROM alpine:3.21 AS pvecsictl
8484
LABEL org.opencontainers.image.source="https://github.com/sergelogvinov/proxmox-csi-plugin" \
8585
org.opencontainers.image.licenses="Apache-2.0" \
8686
org.opencontainers.image.description="Proxmox VE CSI tools"
@@ -92,7 +92,7 @@ ENTRYPOINT ["/bin/pvecsictl"]
9292

9393
########################################
9494

95-
FROM alpine:3.20 AS pvecsictl-goreleaser
95+
FROM alpine:3.21 AS pvecsictl-goreleaser
9696
LABEL org.opencontainers.image.source="https://github.com/sergelogvinov/proxmox-csi-plugin" \
9797
org.opencontainers.image.licenses="Apache-2.0" \
9898
org.opencontainers.image.description="Proxmox VE CSI tools"

0 commit comments

Comments
 (0)