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
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:
parent
29eda7e266
commit
38673f738c
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
FROM alpine:3.19.1 AS builder
|
||||
FROM alpine:3.20.0 AS builder
|
||||
ARG MDNS_REPEATER_VERSION=local
|
||||
WORKDIR /
|
||||
COPY mdns-repeater.c mdns-repeater.c
|
||||
|
@ -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:3.19.1
|
||||
FROM alpine:3.20.0
|
||||
# hadolint ignore=DL3018
|
||||
RUN set -ex && \
|
||||
apk add --no-cache vlan libcap bash
|
||||
|
|
Reference in a new issue