Skip to content

Commit

Permalink
operator(deps): bump alpine from 3.20.0 to 3.20.1 in /components/oper…
Browse files Browse the repository at this point in the history
…ator (#1031)

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jun 25, 2024
1 parent 8493f3f commit 693fb55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/operator/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ RUN CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -a -o operator ./components/o

# Replace main images in values.yaml
# Bumping serverless images in the values.yaml - used for building "local" and "dev" images
FROM alpine:3.20.0 as replacer
FROM alpine:3.20.1 as replacer

WORKDIR /workdir

Expand Down

0 comments on commit 693fb55

Please sign in to comment.