Skip to content

Commit

Permalink
Merge pull request #23 from dciangot/main
Browse files Browse the repository at this point in the history
Wolfi image for VK
  • Loading branch information
dciangot authored Jul 20, 2023
2 parents bcd9d30 + c852ae7 commit 5f28fe7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,5 @@ configmap.yaml
kubeconfig.yaml
serviceaccount.yaml
.knoc
.tmp
.tmp
kustomizations_tmp
2 changes: 1 addition & 1 deletion docker/Dockerfile.vk
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ RUN CGO_ENABLED=0 GOOS=linux go build -mod vendor -o bin/vk


# Deploy the application binary into a lean image
FROM gcr.io/distroless/base-debian11 AS build-release-stage
FROM cgr.dev/chainguard/wolfi-base AS build-release-stage

WORKDIR /

Expand Down

0 comments on commit 5f28fe7

Please sign in to comment.