remove image digests

This commit is contained in:
Michael Grote 2024-02-07 21:32:04 +01:00
parent 17a2c0c3ce
commit 5d0513322e

View file

@ -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