Skip to content

Commit 65ec3e1

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

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

0 commit comments

Comments
 (0)