Skip to content

Commit 12ed490

Browse files
authored
Merge pull request #457 from andyzhangx/upgrade-bookworm-v1.0.4
chore: upgrade base image to bookworm:v1.0.4
2 parents 8226e7a + 54f56ee commit 12ed490

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/trivy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Install go
1616
uses: actions/setup-go@v5
1717
with:
18-
go-version: 1.22.5
18+
go-version: 1.23.1
1919

2020
- name: Build an image from Dockerfile
2121
run: |

deployment/docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
# For security, we use kubernetes community maintained debian base image.
1616
# https://github.com/kubernetes/release/tree/master/images/build/debian-base
17-
FROM registry.k8s.io/build-image/debian-base:bookworm-v1.0.1
17+
FROM registry.k8s.io/build-image/debian-base:bookworm-v1.0.4
1818
ARG OS=linux
1919
ARG ARCH=amd64
2020
ARG binary=./_output/${OS}/${ARCH}/local-volume-provisioner

0 commit comments

Comments
 (0)