Skip to content

Commit

Permalink
Bump alpine from b89d9c9 to 0a4eaa0 (#36)
Browse files Browse the repository at this point in the history
Bumps alpine from `b89d9c9` to `0a4eaa0`.

---
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 Jul 23, 2024
1 parent bfd4df6 commit c49c735
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:b89d9c93e9ed3597455c90a0b88a8bbb5cb7188438f70953fede212a0c4394e0 AS gitleaks
FROM --platform=$BUILDPLATFORM alpine:3.20@sha256:0a4eaa0eecf5f8c050e5bba433f58c052be7587ee8af3e8b3910ef9ab5fbe9f5 AS gitleaks

WORKDIR /artifacts

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

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

WORKDIR /artifacts

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

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

WORKDIR /artifacts

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

FROM alpine:3.20@sha256:b89d9c93e9ed3597455c90a0b88a8bbb5cb7188438f70953fede212a0c4394e0
FROM alpine:3.20@sha256:0a4eaa0eecf5f8c050e5bba433f58c052be7587ee8af3e8b3910ef9ab5fbe9f5

WORKDIR /opt

Expand Down

0 comments on commit c49c735

Please sign in to comment.