Skip to content

Commit

Permalink
Bump github.com/google/capslock from 0.2.5 to 0.2.7
Browse files Browse the repository at this point in the history
Bumps Capslock from 0.2.5 to 0.2.7. This requires a newer Go version so
this project upgrades to the latest available Go version. Accordingly,
the Alpine version used by the development image has to be updated
because the `1.23.5` image has no `alpine3.19` variant.

The new version refined the capability detection, resulting in a change
in the set of detected capabilities. Hence, the capability list has been
updated.

Co-authored-by: dependabot[bot] <[email protected]>
  • Loading branch information
ericcornelissen and dependabot[bot] committed Jan 19, 2025
1 parent 549ed68 commit 6bbed85
Show file tree
Hide file tree
Showing 4 changed files with 1,990 additions and 2,294 deletions.
4 changes: 2 additions & 2 deletions Containerfile.dev
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# MIT No Attribution
#
# Copyright (c) 2024 Eric Cornelissen
# Copyright (c) 2025 Eric Cornelissen
#
# Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation files (the "Software"), to deal
Expand All @@ -17,7 +17,7 @@
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
# SOFTWARE.

FROM docker.io/golang:1.23.0-alpine3.19
FROM docker.io/golang:1.23.5-alpine3.21

RUN apk add --no-cache \
bash git perl-utils zip \
Expand Down
Loading

0 comments on commit 6bbed85

Please sign in to comment.