diff options
| author | Michael Grote | 2024-02-07 21:23:47 +0100 |
|---|---|---|
| committer | Michael Grote | 2024-02-07 21:23:47 +0100 |
| commit | 17a2c0c3cef37b2d164bf695295389a34cba765b (patch) | |
| tree | 3b532d058f54c1545f950fc36741a0896873e255 | |
| parent | 8d58fa0cd70cb3b9b201c3bf0ce4ec1deb42d21c (diff) | |
set alpine version to alpine:20231219
| -rw-r--r-- | Dockerfile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,4 +1,4 @@ -FROM alpine:3 AS builder +FROM alpine:20231219 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@sha256:c5b1261d6d3e43071626931fc004f70149baeba2c8ec672bd4f27761f8e1ad6b +FROM alpine:20231219@sha256:c5b1261d6d3e43071626931fc004f70149baeba2c8ec672bd4f27761f8e1ad6b # hadolint ignore=DL3018 RUN set -ex && \ apk add --no-cache vlan libcap bash |