mirror of
https://github.com/cunnie/sslip.io.git
synced 2025-10-06 16:18:00 +08:00
Dockerfile cunnie/sslip.io-dns-server: bump 2.1.2 → 2.2.0
This commit is contained in:
@@ -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
|
||||||
```
|
```
|
||||||
|
@@ -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
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user