Skip to content

Commit

Permalink
build(deps): bump alpine from 3.16.2 to 3.17.1
Browse files Browse the repository at this point in the history
Bumps alpine from 3.16.2 to 3.17.1.

---
updated-dependencies:
- dependency-name: alpine
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and pbalogh-sa committed Jan 25, 2023
1 parent b55b168 commit cddb0d0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ RUN CGO_ENABLED=0 GOOS=linux GOARCH=amd64 GO111MODULE=on go build -a -o manager

# Use distroless as minimal base image to package the manager binary
# Refer to https://github.com/GoogleContainerTools/distroless for more details
FROM alpine:3.16.2
FROM alpine:3.17.1
WORKDIR /
COPY --from=builder /workspace/manager .
USER 65534:65534
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile-analyzer
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ COPY cmd/dynamic-analyzer .
# Build
RUN CGO_ENABLED=0 GOOS=linux GOARCH=amd64 GO111MODULE=on go build -a -o dynamic-analyzer ./...

FROM alpine:3.16.2
FROM alpine:3.17.1
WORKDIR /
COPY --from=builder /workspace/dynamic-analyzer .
ENTRYPOINT ["/dynamic-analyzer"]

0 comments on commit cddb0d0

Please sign in to comment.