Commit ecdb159e authored by Heimo Stranner's avatar Heimo Stranner
Browse files

use 2376

parent d21c62ce
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -11,7 +11,7 @@ services:
  resource_group: lock_docker_build_$NAME
  retry: 2
  variables:
    DOCKER_HOST: tcp://docker:2375
    DOCKER_HOST: tcp://docker:2376
  script:
    - if [ "$BASE" != "" ]; then docker pull $BASE; fi
    - cd $DIR && docker build $BUILDARG --build-arg -t registry.reset.inso-w.at/pub/docker/docker/$NAME .