Merge pull request #2054 from SkynetLabs/fix-dnsmasq-versioning

fix dnsmasq versioning in health-check dockerfile
This commit is contained in:
Karol Wypchło 2022-04-28 13:04:50 +02:00 committed by GitHub
commit c650a7e9e0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
FROM node:16.14.2-alpine 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 WORKDIR /usr/app