Skip to content

Commit 476b093

Browse files
committed
feat(container): bump Alpine base image to version 3.21.0
1 parent 18ffb14 commit 476b093

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/release.yml

+7-7
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ env:
1313
VERSION_KIND: v0.26.0
1414
VERSION_GOLANGCILINT: latest
1515
VERSION_GOLANG: "1.23.4"
16-
VERSION_CHARTRELEASER: '1.6.0'
17-
VERSION_OCI_BUSYBOX: '1.37.0-glibc'
18-
VERSION_OCI_ALPINE: '3.20.3'
16+
VERSION_CHARTRELEASER: "1.6.0"
17+
VERSION_OCI_BUSYBOX: "1.37.0-glibc"
18+
VERSION_OCI_ALPINE: "3.21.0"
1919

2020
jobs:
2121
semver:
@@ -140,18 +140,18 @@ jobs:
140140
#goarch: [amd64, arm64, riscv64]
141141
goos:
142142
[linux, darwin, freebsd, illumos, netbsd, openbsd, solaris, windows]
143-
goarch: [amd64, arm64, riscv64, '386']
143+
goarch: [amd64, arm64, riscv64, "386"]
144144
exclude:
145145
- { goos: darwin, goarch: riscv64 }
146-
- { goos: darwin, goarch: '386' }
146+
- { goos: darwin, goarch: "386" }
147147
- { goos: illumos, goarch: arm64 }
148148
- { goos: illumos, goarch: riscv64 }
149-
- { goos: illumos, goarch: '386' }
149+
- { goos: illumos, goarch: "386" }
150150
- { goos: netbsd, goarch: riscv64 }
151151
- { goos: openbsd, goarch: riscv64 }
152152
- { goos: solaris, goarch: arm64 }
153153
- { goos: solaris, goarch: riscv64 }
154-
- { goos: solaris, goarch: '386' }
154+
- { goos: solaris, goarch: "386" }
155155
- { goos: windows, goarch: riscv64 }
156156
steps:
157157
- name: Checkout Repository

0 commit comments

Comments
 (0)