Skip to content

Commit 72eaf13

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

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.0-alpine AS lint-markdown
1414
WORKDIR /src
1515
1616
COPY .markdownlint.json .

0 commit comments

Comments
 (0)