mirror of
https://github.com/nikdoof/cups-avahi-airprint.git
synced 2025-12-11 15:52:24 +00:00
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:
@@ -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 &&\
|
||||
|
||||
Reference in New Issue
Block a user