Skip to content

Commit

Permalink
chore: bump deps
Browse files Browse the repository at this point in the history
Updated dependencies

Signed-off-by: Serge Logvinov <[email protected]>
  • Loading branch information
sergelogvinov committed Jan 1, 2025
1 parent 898f6e7 commit 2553df7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}"
Expand Down
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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"
Expand Down

0 comments on commit 2553df7

Please sign in to comment.