Skip to content

Commit 2a30619

Browse files
chore: update docker.io/oven/bun docker tag to v1.3.6
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent e781237 commit 2a30619

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ARG TOOLCHAIN
1010
FROM scratch AS generate
1111

1212
# runs markdownlint
13-
FROM docker.io/oven/bun:1.1.22-alpine AS lint-markdown
13+
FROM docker.io/oven/bun:1.3.6-alpine AS lint-markdown
1414
WORKDIR /src
1515
RUN bun i markdownlint-cli@0.41.0 sentences-per-line@0.2.1
1616
COPY .markdownlint.json .

0 commit comments

Comments
 (0)