File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 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 }}"
Original file line number Diff line number Diff 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
8484LABEL 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
9696LABEL 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"
You can’t perform that action at this time.
0 commit comments