Skip to content

Commit 671fa3c

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

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@
66

77
ARG TOOLCHAIN
88

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

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

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

0 commit comments

Comments
 (0)