Skip to content

Commit

Permalink
fix(dart): use explicit tag
Browse files Browse the repository at this point in the history
That way, renovate will make explicit updates.
  • Loading branch information
pbrisbin committed Jan 28, 2025
1 parent 25bc087 commit af9c5ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dart-format/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM dart:stable
FROM dart:3.6.1
LABEL maintainer="Pat Brisbin <[email protected]>"
RUN mkdir -p /code
WORKDIR /code
Expand Down

0 comments on commit af9c5ce

Please sign in to comment.