ci: DL3006
This commit is contained in:
parent
59ab15133f
commit
cde8a59e3b
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
FROM alpine AS builder
|
||||
FROM alpine:3 AS builder
|
||||
ARG MDNS_REPEATER_VERSION=local
|
||||
WORKDIR /
|
||||
COPY mdns-repeater.c mdns-repeater.c
|
||||
|
@ -6,7 +6,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
|
||||
FROM alpine:3
|
||||
|
||||
RUN set -ex && \
|
||||
apk add --no-cache vlan libcap bash
|
||||
|
|
Reference in a new issue