1
1
mirror of https://github.com/theoludwig/programming-challenges.git synced 2025-05-18 12:02:53 +02:00

build(deps): update latest

This commit is contained in:
Divlo
2023-04-02 22:25:13 +02:00
parent bc6ad699fc
commit 76bb060ecd
7 changed files with 1679 additions and 654 deletions

View File

@ -1,4 +1,4 @@
FROM dart:2.18.6 AS builder
FROM dart:2.19.6 AS builder
WORKDIR /usr/src/application
COPY ./ ./
RUN dart compile exe solution.dart -o solution