Skip to content

Commit 92b3c32

Browse files
chore: update container images
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 8807c5e commit 92b3c32

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# syntax = docker/dockerfile-upstream:1.9.0-labs
1+
# syntax = docker/dockerfile-upstream:1.13.0-labs
22

33
# THIS FILE WAS AUTOMATICALLY GENERATED, PLEASE DO NOT EDIT.
44
#
@@ -7,7 +7,7 @@
77
ARG TOOLCHAIN
88

99
# runs markdownlint
10-
FROM docker.io/oven/bun:1.1.26-alpine AS lint-markdown
10+
FROM docker.io/oven/bun:1.2.2-alpine AS lint-markdown
1111
WORKDIR /src
1212
RUN bun i markdownlint-cli@0.41.0 sentences-per-line@0.2.1
1313
COPY .markdownlint.json .

0 commit comments

Comments
 (0)