Skip to content

Commit 185a8a4

Browse files
authored
Merge pull request #1491 from aramase/aramase/c/bookworm_v1.0.2
chore: update debian-base to bookworm-v1.0.2
2 parents 8356051 + c1b0d9c commit 185a8a4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docker/BASEIMAGE

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
linux/amd64=registry.k8s.io/build-image/debian-base:bookworm-v1.0.1
2-
linux/arm64=registry.k8s.io/build-image/debian-base:bookworm-v1.0.1
1+
linux/amd64=registry.k8s.io/build-image/debian-base:bookworm-v1.0.2
2+
linux/arm64=registry.k8s.io/build-image/debian-base:bookworm-v1.0.2
33
windows/amd64/1809=mcr.microsoft.com/windows/nanoserver:1809
44
windows/amd64/ltsc2022=mcr.microsoft.com/windows/nanoserver:ltsc2022

docker/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
ARG BASEIMAGE=registry.k8s.io/build-image/debian-base:bookworm-v1.0.1
15+
ARG BASEIMAGE=registry.k8s.io/build-image/debian-base:bookworm-v1.0.2
1616

1717
FROM golang:1.21@sha256:7026fb72cfa9cc112e4d1bf4b35a15cac61a413d0252d06615808e7c987b33a7 as builder
1818
WORKDIR /go/src/sigs.k8s.io/secrets-store-csi-driver

0 commit comments

Comments
 (0)