aboutsummaryrefslogtreecommitdiffstats
path: root/Dockerfile
diff options
context:
space:
mode:
authorMichael Grote2024-02-07 21:23:47 +0100
committerMichael Grote2024-02-07 21:23:47 +0100
commit17a2c0c3cef37b2d164bf695295389a34cba765b (patch)
tree3b532d058f54c1545f950fc36741a0896873e255 /Dockerfile
parent8d58fa0cd70cb3b9b201c3bf0ce4ec1deb42d21c (diff)
set alpine version to alpine:20231219
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Dockerfile b/Dockerfile
index 2e99416..1c3eb99 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -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