Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ ARG NPM_STYLELINT_CONFIG_SASS_GUIDELINES_VERSION=12.1.0
# renovate: datasource=npm depName=stylelint-scss
ARG NPM_STYLELINT_SCSS_VERSION=6.12.1
# renovate: datasource=dart-version depName=dart
ARG DART_VERSION='3.8.3'
ARG DART_VERSION='3.9.4'
# renovate: datasource=github-tags depName=dotenv-linter/dotenv-linter
ARG DOTENV_LINTER_VERSION=4.0.0
# renovate: datasource=npm depName=gherkin-lint
Expand Down
2 changes: 1 addition & 1 deletion linters/dart_dartanalyzer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ FROM python:3.13-alpine3.22
# renovate: datasource=github-tags depName=sgerrand/alpine-pkg-glibc
ARG ALPINE_GLIBC_PACKAGE_VERSION=2.34-r0
# renovate: datasource=dart-version depName=dart
ARG DART_VERSION='3.8.3'
ARG DART_VERSION='3.9.4'
#ARG__END

####################
Expand Down
2 changes: 1 addition & 1 deletion megalinter/descriptors/dart.megalinter-descriptor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ linters:
dockerfile:
- |-
# renovate: datasource=dart-version depName=dart
ARG DART_VERSION='3.8.3'
ARG DART_VERSION='3.9.4'
- |
RUN wget --tries=5 https://storage.googleapis.com/dart-archive/channels/stable/release/${DART_VERSION}/sdk/dartsdk-linux-x64-release.zip -O - -q | unzip -q - \
&& mkdir -p /usr/lib/dart \
Expand Down
Loading