diff options
| author | Michael Grote | 2024-02-07 21:32:04 +0100 |
|---|---|---|
| committer | Michael Grote | 2024-02-07 21:32:04 +0100 |
| commit | 5d0513322e29329241cf0dcba067bf56985d1c7f (patch) | |
| tree | 0b4b424950159cde152cc7b603dcfadba3d65171 /Dockerfile | |
| parent | 17a2c0c3cef37b2d164bf695295389a34cba765b (diff) | |
remove image digests
Diffstat (limited to 'Dockerfile')
| -rw-r--r-- | Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |