Skip to content

Commit 6bc2e8c

Browse files
authored
Merge pull request #1853 from aramase/aramase/c/debian_base_v1.0.5
chore: update debian-base to bookworm-v1.0.5
2 parents fa31474 + 2ebe779 commit 6bc2e8c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docker/BASEIMAGE

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
linux/amd64=registry.k8s.io/build-image/debian-base:bookworm-v1.0.4
2-
linux/arm64=registry.k8s.io/build-image/debian-base:bookworm-v1.0.4
1+
linux/amd64=registry.k8s.io/build-image/debian-base:bookworm-v1.0.5
2+
linux/arm64=registry.k8s.io/build-image/debian-base:bookworm-v1.0.5
33
windows/amd64/1809=mcr.microsoft.com/windows/nanoserver:1809
44
windows/amd64/ltsc2022=mcr.microsoft.com/windows/nanoserver:ltsc2022
55
windows/amd64/ltsc2025=mcr.microsoft.com/windows/nanoserver:ltsc2025

docker/Dockerfile

Lines changed: 1 addition & 1 deletion
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.4
15+
ARG BASEIMAGE=registry.k8s.io/build-image/debian-base:bookworm-v1.0.5
1616

1717
FROM golang:1.23.10@sha256:dd5cc4b4f85d13329cb5b17cbf35c509e1c82a43bf6e5961516fda444013121a AS builder
1818
WORKDIR /go/src/sigs.k8s.io/secrets-store-csi-driver

0 commit comments

Comments
 (0)