mirror of
https://github.com/optim-enterprises-bv/databunker.git
synced 2025-10-28 16:42:30 +00:00
6 lines
196 B
Bash
Executable File
6 lines
196 B
Bash
Executable File
#!/bin/sh
|
|
|
|
VERSION=$(cat ./version.txt)
|
|
BUILDKIT_PROGRESS=plain docker build -t securitybunker/databunker:$VERSION .
|
|
docker tag securitybunker/databunker:$VERSION securitybunker/databunker:latest
|