1
0
mirror of https://github.com/getsops/sops.git synced 2026-02-05 03:45:44 +01:00

build(deps): Bump alpine in /.release in the docker group

Bumps the docker group in /.release with 1 update: alpine.


Updates `alpine` from 3.22 to 3.23

---
updated-dependencies:
- dependency-name: alpine
  dependency-version: '3.23'
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: docker
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2025-12-08 09:14:11 +00:00
committed by Felix Fontein
parent 0c25749a56
commit cab421ddaa

View File

@@ -1,4 +1,4 @@
FROM alpine:3.22
FROM alpine:3.23
RUN apk --no-cache add \
ca-certificates \