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 77
77
go-version-file : ' go.mod'
78
78
79
79
- 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
81
81
id : token
82
82
with :
83
83
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"]
80
80
81
81
# #######################################
82
82
83
- FROM alpine:3.20 AS pvecsictl
83
+ FROM alpine:3.21 AS pvecsictl
84
84
LABEL org.opencontainers.image.source="https://github.com/sergelogvinov/proxmox-csi-plugin" \
85
85
org.opencontainers.image.licenses="Apache-2.0" \
86
86
org.opencontainers.image.description="Proxmox VE CSI tools"
@@ -92,7 +92,7 @@ ENTRYPOINT ["/bin/pvecsictl"]
92
92
93
93
# #######################################
94
94
95
- FROM alpine:3.20 AS pvecsictl-goreleaser
95
+ FROM alpine:3.21 AS pvecsictl-goreleaser
96
96
LABEL org.opencontainers.image.source="https://github.com/sergelogvinov/proxmox-csi-plugin" \
97
97
org.opencontainers.image.licenses="Apache-2.0" \
98
98
org.opencontainers.image.description="Proxmox VE CSI tools"
You can’t perform that action at this time.
0 commit comments