Skip to content

Commit

Permalink
Merge pull request #457 from andyzhangx/upgrade-bookworm-v1.0.4
Browse files Browse the repository at this point in the history
chore: upgrade base image to bookworm:v1.0.4
  • Loading branch information
andyzhangx authored Sep 14, 2024
2 parents 8226e7a + 54f56ee commit 12ed490
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 12ed490

Please sign in to comment.