Skip to content

Commit

Permalink
Releasing 2.19.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Github CLI committed Jan 29, 2023
1 parent e676353 commit c8be20c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Dockerfile.hub
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM debian:10-slim AS BUILDER
ENV TMP_NAME=/tmp/dns-proxy-server.tgz
RUN apt-get update && apt-get install -y curl &&\
curl -L https://github.com/mageddo/dns-proxy-server/releases/download/2.19.3/dns-proxy-server-linux-amd64-2.19.3.tgz > $TMP_NAME && \
curl -L https://github.com/mageddo/dns-proxy-server/releases/download/2.19.4/dns-proxy-server-linux-amd64-2.19.4.tgz > $TMP_NAME && \
mkdir /app && tar -xvf $TMP_NAME -C /app

FROM debian:10-slim
Expand Down
8 changes: 4 additions & 4 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ services:

# Run from docker image
prod-dps:
image: defreitas/dns-proxy-server:2.19.3
image: defreitas/dns-proxy-server:2.19.4
hostname: dns.mageddo
volumes:
- /opt/dns-proxy-server/conf:/app/conf
Expand All @@ -60,19 +60,19 @@ services:
build:
context: .
dockerfile: Dockerfile
image: defreitas/dns-proxy-server:2.19.3
image: defreitas/dns-proxy-server:2.19.4

prod-build-image-dps-arm7x86:
build:
context: .
dockerfile: Dockerfile.arm7x86
image: defreitas/dns-proxy-server:2.19.3-arm7x86
image: defreitas/dns-proxy-server:2.19.4-arm7x86

prod-build-image-dps-arm8x64:
build:
context: .
dockerfile: Dockerfile.arm8x64
image: defreitas/dns-proxy-server:2.19.3-arm8x64
image: defreitas/dns-proxy-server:2.19.4-arm8x64

# build the project and make the github release
prod-ci-deploy:
Expand Down

0 comments on commit c8be20c

Please sign in to comment.