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
2022-08-30 13:42:44 +02:00
parent 244300408c
commit 6427b3d273
11 changed files with 2138 additions and 1769 deletions

View File

@ -1,4 +1,4 @@
FROM rust:1.60.0
FROM rust:1.63.0
WORKDIR /usr/app
COPY ./ /usr/app