chore(deps): update alpine docker tag to v3.20.0
Some checks failed
ci/woodpecker/pull_request_closed/lint Pipeline was successful
ci/woodpecker/pull_request_closed/build Pipeline was successful
ci/woodpecker/pr/lint Pipeline was successful
ci/woodpecker/push/lint Pipeline was successful
ci/woodpecker/push/build Pipeline failed
ci/woodpecker/pr/build Pipeline was successful

This commit is contained in:
Renovate Bot 2024-05-23 00:01:17 +00:00
parent 29eda7e266
commit 38673f738c

View file

@ -1,4 +1,4 @@
FROM alpine:3.19.1 AS builder FROM alpine:3.20.0 AS builder
ARG MDNS_REPEATER_VERSION=local ARG MDNS_REPEATER_VERSION=local
WORKDIR / WORKDIR /
COPY mdns-repeater.c mdns-repeater.c COPY mdns-repeater.c mdns-repeater.c
@ -7,7 +7,7 @@ RUN set -ex && \
apk add --no-cache build-base && \ apk add --no-cache build-base && \
gcc -o /bin/mdns-repeater mdns-repeater.c -DMDNS_REPEATER_VERSION=\"${MDNS_REPEATER_VERSION}\" gcc -o /bin/mdns-repeater mdns-repeater.c -DMDNS_REPEATER_VERSION=\"${MDNS_REPEATER_VERSION}\"
FROM alpine:3.19.1 FROM alpine:3.20.0
# hadolint ignore=DL3018 # hadolint ignore=DL3018
RUN set -ex && \ RUN set -ex && \
apk add --no-cache vlan libcap bash apk add --no-cache vlan libcap bash