Skip to content

Commit

Permalink
chore: upgrade base image to bookworm:v1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
andyzhangx committed Sep 14, 2024
1 parent 6c7d351 commit 54f56ee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/trivy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Install go
uses: actions/setup-go@v5
with:
go-version: 1.22.5
go-version: 1.23.1

- name: Build an image from Dockerfile
run: |
Expand Down
2 changes: 1 addition & 1 deletion deployment/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

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

0 comments on commit 54f56ee

Please sign in to comment.