Skip to content

Commit

Permalink
Bump alpine from 77726ef to b89d9c9 (#35)
Browse files Browse the repository at this point in the history
Bumps alpine from `77726ef` to `b89d9c9`.

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

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 21, 2024
1 parent 17e4105 commit bfd4df6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# syntax=docker/dockerfile:1@sha256:ac85f380a63b13dfcefa89046420e1781752bab202122f8f50032edf31be0021

# Download gitleaks
FROM --platform=$BUILDPLATFORM alpine:3.20@sha256:77726ef6b57ddf65bb551896826ec38bc3e53f75cdde31354fbffb4f25238ebd AS gitleaks
FROM --platform=$BUILDPLATFORM alpine:3.20@sha256:b89d9c93e9ed3597455c90a0b88a8bbb5cb7188438f70953fede212a0c4394e0 AS gitleaks

WORKDIR /artifacts

Expand Down Expand Up @@ -37,7 +37,7 @@ RUN <<EOT
EOT

# Download lynis
FROM --platform=$BUILDPLATFORM alpine:3.20@sha256:77726ef6b57ddf65bb551896826ec38bc3e53f75cdde31354fbffb4f25238ebd AS lynis
FROM --platform=$BUILDPLATFORM alpine:3.20@sha256:b89d9c93e9ed3597455c90a0b88a8bbb5cb7188438f70953fede212a0c4394e0 AS lynis

WORKDIR /artifacts

Expand All @@ -61,7 +61,7 @@ RUN <<EOT
EOT

# Download chkrootkit
FROM --platform=$BUILDPLATFORM alpine:3.20@sha256:77726ef6b57ddf65bb551896826ec38bc3e53f75cdde31354fbffb4f25238ebd AS chkrootkit
FROM --platform=$BUILDPLATFORM alpine:3.20@sha256:b89d9c93e9ed3597455c90a0b88a8bbb5cb7188438f70953fede212a0c4394e0 AS chkrootkit

WORKDIR /artifacts

Expand All @@ -83,7 +83,7 @@ RUN <<EOT
tar xzvf "${archive}" --strip-components 1
EOT

FROM alpine:3.20@sha256:77726ef6b57ddf65bb551896826ec38bc3e53f75cdde31354fbffb4f25238ebd
FROM alpine:3.20@sha256:b89d9c93e9ed3597455c90a0b88a8bbb5cb7188438f70953fede212a0c4394e0

WORKDIR /opt

Expand Down

0 comments on commit bfd4df6

Please sign in to comment.