Skip to content

Commit e4cdb6b

Browse files
chore: update container images
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 73fad60 commit e4cdb6b

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Dockerfile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
1-
# syntax = docker/dockerfile-upstream:1.10.0-labs
1+
# syntax = docker/dockerfile-upstream:1.12.1-labs
22

33
# THIS FILE WAS AUTOMATICALLY GENERATED, PLEASE DO NOT EDIT.
44
#
55
# Generated on 2024-10-02T14:48:15Z by kres 34e72ac.
66

77
ARG TOOLCHAIN
88

9-
FROM ghcr.io/siderolabs/ca-certificates:v1.8.0 AS image-ca-certificates
9+
FROM ghcr.io/siderolabs/ca-certificates:v1.9.0 AS image-ca-certificates
1010

11-
FROM ghcr.io/siderolabs/fhs:v1.8.0 AS image-fhs
11+
FROM ghcr.io/siderolabs/fhs:v1.9.0 AS image-fhs
1212

1313
# runs markdownlint
14-
FROM docker.io/oven/bun:1.1.29-alpine AS lint-markdown
14+
FROM docker.io/oven/bun:1.1.38-alpine AS lint-markdown
1515
WORKDIR /src
1616
1717
COPY .markdownlint.json .

internal/pkg/constants/build.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import "os"
88

99
// DefaultBaseImage for non-scratch builds.
1010
// renovate: datasource=docker versioning=docker depName=alpine
11-
const DefaultBaseImage = "docker.io/alpine:3.20"
11+
const DefaultBaseImage = "docker.io/alpine:3.21"
1212

1313
// DefaultDirMode is UNIX file mode for mkdir.
1414
const DefaultDirMode os.FileMode = 0o755

0 commit comments

Comments
 (0)