Skip to content

Commit f56c8bf

Browse files
build(deps): bump alpine from 3.20.3 to 3.21.2 (#571)
Bumps alpine from 3.20.3 to 3.21.2. --- updated-dependencies: - dependency-name: alpine 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 e9da9ee commit f56c8bf

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.20.3
15+
FROM alpine:3.21.2
1616
COPY --from=build /konstraint /usr/bin/konstraint
1717
ENTRYPOINT ["konstraint"]

0 commit comments

Comments
 (0)