Merge pull request #2054 from SkynetLabs/fix-dnsmasq-versioning
fix dnsmasq versioning in health-check dockerfile
This commit is contained in:
commit
c650a7e9e0
|
@ -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
|
||||
|
||||
|
|
Reference in New Issue