Skip to content

Commit

Permalink
update dart version in docker container.
Browse files Browse the repository at this point in the history
  • Loading branch information
hpoul committed Jan 28, 2024
1 parent 47669ea commit f71de4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Dockerfile must be run in root directory of project
# or better yet with the docker-compose.yaml

FROM dart:2.17.5 as build
FROM dart:3.2.5 as build

ARG buildnumber
ARG hostinfo
Expand Down

0 comments on commit f71de4c

Please sign in to comment.