Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion konstraint/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM alpine:3.19
ARG TARGETARCH
ARG KONSTRAINT_VERSION=0.38.0
ARG KONSTRAINT_VERSION=0.43.0
LABEL version="${KONSTRAINT_VERSION}"
LABEL maintainer="sakamoto@chatwork.com"

Expand Down
2 changes: 1 addition & 1 deletion konstraint/goss/goss.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ command:
/usr/local/bin/konstraint --version:
exit-status: 0
stdout:
- v0.38.0
- v0.43.0
5 changes: 3 additions & 2 deletions konstraint/variant.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
dependencies:
konstraint:
version: 0.38.0
previousVersion: 0.37.0
version: 0.43.0
previousVersion: 0.38.0
versions:
- 0.23.0
- 0.24.0
Expand All @@ -23,3 +23,4 @@ dependencies:
- 0.36.0
- 0.37.0
- 0.38.0
- 0.43.0
Loading