Skip to content

Commit

Permalink
Bump alpine from 3.14.1 to 3.14.2
Browse files Browse the repository at this point in the history
Bumps alpine from 3.14.1 to 3.14.2.

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and pbalogh-sa committed Aug 31, 2021
1 parent e057881 commit d778383
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 @@ -10,7 +10,7 @@ RUN go mod download
COPY . /build
RUN go install ./cmd

FROM alpine:3.14.1
FROM alpine:3.14.2

COPY --from=builder /go/bin/cmd /usr/local/bin/anchore-image-validator
COPY --from=builder /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.debug
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ RUN apk add --update --no-cache ca-certificates git

RUN go get github.com/derekparker/delve/cmd/dlv

FROM alpine:3.14.1
FROM alpine:3.14.2

RUN apk add --update --no-cache libc6-compat

Expand Down

0 comments on commit d778383

Please sign in to comment.