Increment alpine base

This commit is contained in:
chuckcharlie
2023-09-05 15:50:39 -06:00
committed by GitHub
parent 5d9044a91e
commit 22de685b4b

View File

@@ -1,4 +1,4 @@
FROM alpine:3.16
FROM alpine:3.18
# Install the packages we need. Avahi will be included
RUN echo -e "https://dl-cdn.alpinelinux.org/alpine/edge/testing\nhttps://dl-cdn.alpinelinux.org/alpine/edge/main" >> /etc/apk/repositories &&\