File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
linters/dart_dartanalyzer Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -167,7 +167,7 @@ ARG NPM_STYLELINT_CONFIG_SASS_GUIDELINES_VERSION=12.1.0
167167# renovate: datasource=npm depName=stylelint-scss
168168ARG NPM_STYLELINT_SCSS_VERSION=6.12.1
169169# renovate: datasource=dart-version depName=dart
170- ARG DART_VERSION='3.8.3 '
170+ ARG DART_VERSION='3.9.4 '
171171# renovate: datasource=github-tags depName=dotenv-linter/dotenv-linter
172172ARG DOTENV_LINTER_VERSION=4.0.0
173173# renovate: datasource=npm depName=gherkin-lint
Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ FROM python:3.13-alpine3.22
5151# renovate: datasource=github-tags depName=sgerrand/alpine-pkg-glibc
5252ARG ALPINE_GLIBC_PACKAGE_VERSION=2.34-r0
5353# renovate: datasource=dart-version depName=dart
54- ARG DART_VERSION='3.8.3 '
54+ ARG DART_VERSION='3.9.4 '
5555# ARG__END
5656
5757# ###################
Original file line number Diff line number Diff line change @@ -86,7 +86,7 @@ linters:
8686 dockerfile :
8787 - |-
8888 # renovate: datasource=dart-version depName=dart
89- ARG DART_VERSION='3.8.3 '
89+ ARG DART_VERSION='3.9.4 '
9090 - |
9191 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 - \
9292 && mkdir -p /usr/lib/dart \
You can’t perform that action at this time.
0 commit comments