Specify Alpine base image version number

Getting away form latest tag to things don't break with a major update.
This commit is contained in:
chuckcharlie
2022-08-11 13:55:20 -06:00
committed by GitHub
parent be2f0befee
commit 2646a80f63

View File

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