Skip to content

Commit

Permalink
change base image
Browse files Browse the repository at this point in the history
  • Loading branch information
damonmorgan committed May 7, 2024
1 parent cf8d0c7 commit f3396ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ RUN shards build
RUN ldd /docker_mdns/bin/docker_mdns | tr -s '[:blank:]' '\n' | grep '^/' | \
xargs -I % sh -c 'mkdir -p $(dirname deps%); cp % deps%;'

FROM lsiobase/alpine
FROM ghcr.io/linuxserver/baseimage-alpine:3.19

RUN apk add --update --no-cache \
avahi \
Expand Down

0 comments on commit f3396ad

Please sign in to comment.