chore(deps): update alpine docker tag to v3.20.0 (#14)
ci/woodpecker/push/lint Pipeline was successful Details
ci/woodpecker/push/build Pipeline was successful Details

Co-authored-by: Renovate Bot <renovate@mgrote.net>
Co-committed-by: Renovate Bot <renovate@mgrote.net>
This commit is contained in:
Renovate Bot 2024-05-23 02:01:18 +02:00 committed by renovate
parent 29eda7e266
commit d37bedd785
1 changed files with 2 additions and 2 deletions

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