From 2aacc00c1adb9ce8fe81ed50cc530fdb2fd94231 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 9 Jan 2025 12:07:37 +0000 Subject: [PATCH] chore: update container images Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- Dockerfile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Dockerfile b/Dockerfile index 9cb68d29..e9345999 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -# syntax = docker/dockerfile-upstream:1.10.0-labs +# syntax = docker/dockerfile-upstream:1.12.1-labs # THIS FILE WAS AUTOMATICALLY GENERATED, PLEASE DO NOT EDIT. # @@ -6,12 +6,12 @@ ARG TOOLCHAIN -FROM ghcr.io/siderolabs/ca-certificates:v1.8.0 AS image-ca-certificates +FROM ghcr.io/siderolabs/ca-certificates:v1.9.0 AS image-ca-certificates -FROM ghcr.io/siderolabs/fhs:v1.8.0 AS image-fhs +FROM ghcr.io/siderolabs/fhs:v1.9.0 AS image-fhs # runs markdownlint -FROM docker.io/oven/bun:1.1.29-alpine AS lint-markdown +FROM docker.io/oven/bun:1.1.43-alpine AS lint-markdown WORKDIR /src RUN bun i markdownlint-cli@0.41.0 sentences-per-line@0.2.1 COPY .markdownlint.json .