Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
alexanderbazhenoff committed Mar 31, 2024
1 parent 0b3fad1 commit 6c12fc5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions roles/bareos/molecule/default/Dockerfile_alpine
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
ARG image_platform
ARG image_tag
# kics-scan disable=b03a748a-542d-44f4-bb86-9199ab4fd2d5
# kics-scan ignore
FROM ${image_platform}:${image_tag}
# kics-scan ignore-block

# hadolint ignore=SC3014,SC2154
RUN apk update; \
apk --no-cache add sudo bash dbus python3 gnupg ca-certificates openrc; \
Expand Down

0 comments on commit 6c12fc5

Please sign in to comment.