remove image digests
This commit is contained in:
parent
17a2c0c3ce
commit
5d0513322e
1 changed files with 1 additions and 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
|
||||
|
|
Reference in a new issue