chore(deps): update alpine docker tag to v3.20.0 #14

Merged
renovate merged 1 commits from renovate/alpine-3.x into master 2024-05-23 02:01:18 +02:00
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