Skip to content

Commit

Permalink
Merge pull request #1532 from aramase/automated-cherry-pick-of-#1530-…
Browse files Browse the repository at this point in the history
…upstream-release-1.4

Automated cherry pick of #1530: chore: update debian-base to bookworm-v1.0.3
  • Loading branch information
k8s-ci-robot authored May 29, 2024
2 parents e6c80ff + ccce7f7 commit c88fc0f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docker/BASEIMAGE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
linux/amd64=registry.k8s.io/build-image/debian-base:bookworm-v1.0.2
linux/arm64=registry.k8s.io/build-image/debian-base:bookworm-v1.0.2
linux/amd64=registry.k8s.io/build-image/debian-base:bookworm-v1.0.3
linux/arm64=registry.k8s.io/build-image/debian-base:bookworm-v1.0.3
windows/amd64/1809=mcr.microsoft.com/windows/nanoserver:1809
windows/amd64/ltsc2022=mcr.microsoft.com/windows/nanoserver:ltsc2022
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

ARG BASEIMAGE=registry.k8s.io/build-image/debian-base:bookworm-v1.0.2
ARG BASEIMAGE=registry.k8s.io/build-image/debian-base:bookworm-v1.0.3

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

0 comments on commit c88fc0f

Please sign in to comment.