diff options
| author | Renovate Bot | 2024-05-23 02:01:18 +0200 |
|---|---|---|
| committer | renovate | 2024-05-23 02:01:18 +0200 |
| commit | d37bedd785cccb50f453506b25d638de217d8866 (patch) | |
| tree | 3b2cdf74fe0ab7a06b1217e496669a717c82b77a | |
| parent | 29eda7e266a0507254dbc0d9aaaccf0b839c7fa8 (diff) | |
chore(deps): update alpine docker tag to v3.20.0 (#14)
Co-authored-by: Renovate Bot <renovate@mgrote.net>
Co-committed-by: Renovate Bot <renovate@mgrote.net>
| -rw-r--r-- | Dockerfile | 4 |
1 files changed, 2 insertions, 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 |