Skip to content

Commit

Permalink
Bump alpine from 3.18 to 3.19 (#26)
Browse files Browse the repository at this point in the history
Bumps alpine from 3.18 to 3.19.

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Dec 11, 2023
1 parent 847b3b6 commit 1c2e961
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

# Download gitleaks
FROM --platform=$BUILDPLATFORM alpine:3.18@sha256:eece025e432126ce23f223450a0326fbebde39cdf496a85d8c016293fc851978 AS gitleaks
FROM --platform=$BUILDPLATFORM alpine:3.19@sha256:51b67269f354137895d43f3b3d810bfacd3945438e94dc5ac55fdac340352f48 AS gitleaks

WORKDIR /artifacts

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

# Download lynis
FROM --platform=$BUILDPLATFORM alpine:3.18@sha256:eece025e432126ce23f223450a0326fbebde39cdf496a85d8c016293fc851978 AS lynis
FROM --platform=$BUILDPLATFORM alpine:3.19@sha256:51b67269f354137895d43f3b3d810bfacd3945438e94dc5ac55fdac340352f48 AS lynis

WORKDIR /artifacts

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

# Download chkrootkit
FROM --platform=$BUILDPLATFORM alpine:3.18@sha256:eece025e432126ce23f223450a0326fbebde39cdf496a85d8c016293fc851978 AS chkrootkit
FROM --platform=$BUILDPLATFORM alpine:3.19@sha256:51b67269f354137895d43f3b3d810bfacd3945438e94dc5ac55fdac340352f48 AS chkrootkit

WORKDIR /artifacts

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

FROM alpine:3.18@sha256:eece025e432126ce23f223450a0326fbebde39cdf496a85d8c016293fc851978
FROM alpine:3.19@sha256:51b67269f354137895d43f3b3d810bfacd3945438e94dc5ac55fdac340352f48

WORKDIR /opt

Expand Down

0 comments on commit 1c2e961

Please sign in to comment.