Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
litinoveweedle authored Dec 25, 2024
1 parent 3faa732 commit 3df6477
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ntopng/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# hadolint ignore=DL3006
FROM ghcr.io/hassio-addons/debian-base/amd64:7.1.0
ARG BUILD_FROM
FROM ${BUILD_FROM}

# Set shell
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
Expand Down

0 comments on commit 3df6477

Please sign in to comment.