We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a526ec commit 28a966eCopy full SHA for 28a966e
Dockerfile
@@ -1,17 +1,17 @@
1
-# syntax = docker/dockerfile-upstream:1.9.0-labs
+# syntax = docker/dockerfile-upstream:1.10.0-labs
2
3
# THIS FILE WAS AUTOMATICALLY GENERATED, PLEASE DO NOT EDIT.
4
#
5
# Generated on 2024-08-05T10:23:31Z by kres faf91e3.
6
7
ARG TOOLCHAIN
8
9
-FROM ghcr.io/siderolabs/ca-certificates:v1.7.0 AS image-ca-certificates
+FROM ghcr.io/siderolabs/ca-certificates:v1.8.0 AS image-ca-certificates
10
11
-FROM ghcr.io/siderolabs/fhs:v1.7.0 AS image-fhs
+FROM ghcr.io/siderolabs/fhs:v1.8.0 AS image-fhs
12
13
# runs markdownlint
14
-FROM docker.io/oven/bun:1.1.20-alpine AS lint-markdown
+FROM docker.io/oven/bun:1.1.28-alpine AS lint-markdown
15
WORKDIR /src
16
RUN bun i [email protected] [email protected]
17
COPY .markdownlint.json .
0 commit comments