Skip to content

Commit 28a966e

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

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
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.9.0-labs
1+
# syntax = docker/dockerfile-upstream:1.10.0-labs
22

33
# THIS FILE WAS AUTOMATICALLY GENERATED, PLEASE DO NOT EDIT.
44
#
55
# Generated on 2024-08-05T10:23:31Z by kres faf91e3.
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.28-alpine AS lint-markdown
1515
WORKDIR /src
1616
1717
COPY .markdownlint.json .

0 commit comments

Comments
 (0)