aboutsummaryrefslogtreecommitdiffstats
path: root/Dockerfile
diff options
context:
space:
mode:
authorMichael Grote2024-02-07 21:32:04 +0100
committerMichael Grote2024-02-07 21:32:04 +0100
commit5d0513322e29329241cf0dcba067bf56985d1c7f (patch)
tree0b4b424950159cde152cc7b603dcfadba3d65171 /Dockerfile
parent17a2c0c3cef37b2d164bf695295389a34cba765b (diff)
remove image digests
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index 1c3eb99..3fba6d9 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -7,7 +7,7 @@ RUN set -ex && \
apk add --no-cache build-base && \
gcc -o /bin/mdns-repeater mdns-repeater.c -DMDNS_REPEATER_VERSION=\"${MDNS_REPEATER_VERSION}\"
-FROM alpine:20231219@sha256:c5b1261d6d3e43071626931fc004f70149baeba2c8ec672bd4f27761f8e1ad6b
+FROM alpine:20231219
# hadolint ignore=DL3018
RUN set -ex && \
apk add --no-cache vlan libcap bash