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 671fa3cCopy full SHA for 671fa3c
Dockerfile
@@ -6,12 +6,12 @@
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.27-alpine AS lint-markdown
15
WORKDIR /src
16
RUN bun i [email protected] [email protected]
17
COPY .markdownlint.json .
0 commit comments