Skip to content

Commit

Permalink
#87 Fixing docker version name (#102)
Browse files Browse the repository at this point in the history
  • Loading branch information
mageddo authored Dec 4, 2018
1 parent 0fb1cac commit 6de2e70
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,13 +45,13 @@ services:
build:
context: .
dockerfile: Dockerfile.arm7x86
image: defreitas/dns-proxy-server-arm7x86:2.10.2
image: defreitas/dns-proxy-server:2.10.2-arm7x86

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

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

0 comments on commit 6de2e70

Please sign in to comment.