We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 22f2807 commit 4bf7732Copy full SHA for 4bf7732
3 files changed
.github/workflows/daemonless-build.yaml
@@ -25,7 +25,7 @@ on:
25
26
env:
27
REGISTRY: ghcr.io
28
- DBUILD_REF: v1.5.0
+ DBUILD_REF: v1.7.0
29
COMPOSE_PACKAGES: py311-podman-compose
30
31
jobs:
dbuild/__init__.py
@@ -1,4 +1,4 @@
1
"""dbuild: FreeBSD OCI container image build tool.
2
"""
3
4
-VERSION = "1.6.1"
+VERSION = "1.7.0"
docs/dbuild.1
-.TH DBUILD 1 "2026-03-15" "dbuild 1.6.1" "User Commands"
+.TH DBUILD 1 "2026-03-17" "dbuild 1.7.0" "User Commands"
.SH NAME
dbuild \- FreeBSD OCI container image build tool
.SH SYNOPSIS
0 commit comments