Skip to content

Commit 56feccf

Browse files
committed
VERSION added
1 parent 019e633 commit 56feccf

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ FROM debian:10-slim as build
22

33
ENV USER="casperklein"
44
ENV NAME="netbox-scanner"
5-
ENV VERSION="latest"
5+
ENV VERSION="0.1"
66

77
ENV PACKAGES="python3 python3-pip nmap"
88
ENV PACKAGES="python3-pip"

build.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,4 @@ cd "$DIR"
1313
echo "Building: $NAME $VERSION"
1414
echo
1515
docker build -t "$TAG" .
16+
docker tag "$TAG" "$USER/$NAME:latest"

0 commit comments

Comments
 (0)