Commit 9d3a9bba authored by Hermann Mayer's avatar Hermann Mayer
Browse files

[Release] Bumped version to 0.3.0.

parent 96e7015d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
# Commands and Paths
SHELL=/bin/bash

CONTAINER_VERSION := 0.2.1
CONTAINER_VERSION := 0.3.0
CONTAINER_REGISTRY := e5.lan:5000
CONTAINER_NAME := scanner-container
CONTAINER_URI := $(CONTAINER_REGISTRY)/$(CONTAINER_NAME):$(CONTAINER_VERSION)
+1 −1
Original line number Diff line number Diff line
@@ -75,7 +75,7 @@ The next sections will help you building a shipable image of the app.
# Run the container
$ docker run -d \
    -e 'MAX_PARALLEL_JOBS=8' \
    "e5.lan:5000/scanner-container:0.2.1"
    "e5.lan:5000/scanner-container:0.3.0"
```

### Available Configuration Parameters