Skip to content

Commit

Permalink
chore: update debian-base to bookworm-v1.0.0
Browse files Browse the repository at this point in the history
Signed-off-by: Anish Ramasekar <anish.ramasekar@gmail.com>
  • Loading branch information
aramase committed Jul 5, 2023
1 parent 522ac3b commit 2403169
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docker/BASEIMAGE
@@ -1,4 +1,4 @@
linux/amd64=registry.k8s.io/build-image/debian-base:bullseye-v1.4.3
linux/arm64=registry.k8s.io/build-image/debian-base:bullseye-v1.4.3
linux/amd64=registry.k8s.io/build-image/debian-base:bookworm-v1.0.0
linux/arm64=registry.k8s.io/build-image/debian-base:bookworm-v1.0.0
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
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:bullseye-v1.4.3
ARG BASEIMAGE=registry.k8s.io/build-image/debian-base:bookworm-v1.0.0

FROM golang:1.20@sha256:31a8f92b17829b3ccddf0add184f18203acfd79ccc1bcb5c43803ab1c4836cca as builder
WORKDIR /go/src/sigs.k8s.io/secrets-store-csi-driver
Expand Down

0 comments on commit 2403169

Please sign in to comment.