Skip to content

Commit 3f82235

Browse files
build(deps): bump alpine from 3.21.3 to 3.22.0 (#627)
Bumps alpine from 3.21.3 to 3.22.0. --- updated-dependencies: - dependency-name: alpine dependency-version: 3.22.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent d8bfeed commit 3f82235

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ COPY internal/ internal
1212

1313
RUN go build -o /konstraint -ldflags="-X 'github.com/plexsystems/konstraint/internal/commands.version=${KONSTRAINT_VER}'"
1414

15-
FROM alpine:3.21.3
15+
FROM alpine:3.22.0
1616
COPY --from=build /konstraint /usr/bin/konstraint
1717
ENTRYPOINT ["konstraint"]

0 commit comments

Comments
 (0)