We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8807c5e commit eed1feaCopy full SHA for eed1fea
Dockerfile
@@ -1,4 +1,4 @@
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
#
@@ -7,7 +7,7 @@
7
ARG TOOLCHAIN
8
9
# runs markdownlint
10
-FROM docker.io/oven/bun:1.1.26-alpine AS lint-markdown
+FROM docker.io/oven/bun:1.1.29-alpine AS lint-markdown
11
WORKDIR /src
12
RUN bun i markdownlint-cli@0.41.0 sentences-per-line@0.2.1
13
COPY .markdownlint.json .
0 commit comments