fix dnsmasq versioning

This commit is contained in:
Karol Wypchlo 2022-04-28 11:55:40 +02:00
parent 188b06c605
commit bb5478d4d8
No known key found for this signature in database
GPG Key ID: B515DE9EEBE241E1
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
FROM node:16.14.2-alpine
RUN apk add --no-cache dnsmasq=2.86-r0
RUN apk add --no-cache dnsmasq~=2
WORKDIR /usr/app