Dockerfile cunnie/sslip.io-dns-server: bump 2.1.2 → 2.2.0

This commit is contained in:
Brian Cunnie
2021-06-21 09:21:46 -07:00
parent cb01b261ee
commit 88e5fdedff
2 changed files with 2 additions and 2 deletions

View File

@@ -90,6 +90,6 @@ sed -i '' "s~/$OLD_VERSION/~/$VERSION/~g" k8s/Dockerfile-sslip.io-dns-server
docker build k8s/ -f k8s/Dockerfile-sslip.io-dns-server -t cunnie/sslip.io-dns-server:$VERSION -t cunnie/sslip.io-dns-server:latest docker build k8s/ -f k8s/Dockerfile-sslip.io-dns-server -t cunnie/sslip.io-dns-server:$VERSION -t cunnie/sslip.io-dns-server:latest
docker push cunnie/sslip.io-dns-server -a docker push cunnie/sslip.io-dns-server -a
git add -p git add -p
git ci -m"Dockerfile: cunnie/sslip.io-dns-server → $VERSION" git ci -m"Dockerfile cunnie/sslip.io-dns-server: bump $OLD_VERSION → $VERSION"
git push git push
``` ```

View File

@@ -26,7 +26,7 @@ LABEL maintainer="brian.cunnie@gmail.com"
RUN apk update && apk add bind-tools RUN apk update && apk add bind-tools
ARG TARGETARCH # amd64, arm64 (so I can run on AWS graviton2) ARG TARGETARCH # amd64, arm64 (so I can run on AWS graviton2)
RUN wget https://github.com/cunnie/sslip.io/releases/download/2.1.2/sslip.io-dns-server-linux-$TARGETARCH \ RUN wget https://github.com/cunnie/sslip.io/releases/download/2.2.0/sslip.io-dns-server-linux-$TARGETARCH \
-O /usr/sbin/sslip.io-dns-server; \ -O /usr/sbin/sslip.io-dns-server; \
chmod 755 /usr/sbin/sslip.io-dns-server chmod 755 /usr/sbin/sslip.io-dns-server